Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Endpoints of the Web-API gateway for business process management, accessible for any authenticated user.

>> API-WEB Service

The endpoints are used by the CLIENT Service that provides yuuvis® client as reference implementation. Most of them internally call the core API.


HTTP Method
as of product version
PurposeResponse FormatDescription
GET
as of 2021 Summer
getCatalogJSON

Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/dms/catalogs/{qname}'.

/api-web/api/dms/catalogs/{qname}

POST
as of 2021 Summer
postCatalogJSON

Error rendering macro 'excerpt-include' : No link could be created for 'POST /api-web/api/dms/catalogs/{qname}'.

/api-web/api/dms/catalogs/{qname}

PATCH
as of 2021 Summer
updateCatalogJSON

Error rendering macro 'excerpt-include' : No link could be created for 'PATCH /api-web/api/dms/catalogs/{qname}'.

/api-web/api/dms/catalogs/{qname}

GET
as of 2021 Summer
validateEntriesJSON

Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/dms/catalogs/{qname}/validate'.

/api-web/api/dms/catalogs/{qname}/validate

GET
as of 2020 Autumn
getFormJSON

Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/dms/forms/{objecttype}'.

/api-web/api/dms/forms/{objecttype}

POST
as of 2020 Autumn
createJSON

Error rendering macro 'excerpt-include' : No link could be created for 'POST /api-web/api/dms/objects'.

/api-web/api/dms/objects

GET
as of 2020 Autumn
getMetadataJSON

Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/dms/objects/{id}'.

/api-web/api/dms/objects/{id}

DELETE
as of 2020 Autumn
delete dms objectHTTP status code

Error rendering macro 'excerpt-include' : No link could be created for 'DELETE /api-web/api/dms/objects/{id}'.

/api-web/api/dms/objects/{id}

PATCH
as of 2020 Autumn
updateJSON

Error rendering macro 'excerpt-include' : No link could be created for 'PATCH /api-web/api/dms/objects/{id}'.

/api-web/api/dms/objects/{id}

GET
as of 2020 Autumn
getContentJSON

Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/dms/objects/{id}/contents/file'.

/api-web/api/dms/objects/{id}/contents/file

POST
as of 2020 Autumn
update content of dms objectJSON

Error rendering macro 'excerpt-include' : No link could be created for 'POST /api-web/api/dms/objects/{id}/contents/file'.

/api-web/api/dms/objects/{id}/contents/file

GET
as of 2020 Autumn
getAllVersionsJSON

Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/dms/objects/{id}/versions'.

/api-web/api/dms/objects/{id}/versions

GET
as of 2020 Autumn
getMetadataJSON

Error rendering macro 'excerpt-include' : No link could be created for 'GET /api-web/api/dms/objects/{id}/versions/{version}'.

/api-web/api/dms/objects/{id}/versions/{version}

POST
as of 2020 Autumn
searchJSON

Error rendering macro 'excerpt-include' : No link could be created for 'POST /api-web/api/dms/objects/search'.

/api-web/api/dms/objects/search


  • No labels