Page Properties | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
Resources & Remarks 16 Jan 2020 - page created (Inga) Located in https://help.optimal-systems.com/yuuvis_develop/pages/viewpage.action?pageId=40141818 all available controller should be described somehow - including the information from the Jira issues's description (https://jira.optimal-systems.de/browse/DOKU-761) Note: for accessing the admin-controller special roles are needed for the Administrator. Similar behavior for the System Integrator - a special role needs to be assigned to be able to set up calls - check the rights for the other controller as well ... For a quick try out without the need to install yuuvis® Momentum, consider our yuuvis® Ultimate SaaS (Software as a Service) offer. Keep in mind that you need to set up a (free) account. LINK to the SWAGGER UI and back ...Modification History
|
...
HTTP Method as of product version | Purpose | Response Format | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GET as of 2021 Summer | getCatalog | JSON |
/api-web/api/dms/catalogs/{qname} | ||||||||
POST as of 2021 Summer | postCatalog | JSON |
/api-web/api/dms/catalogs/{qname} | ||||||||
PATCH as of 2021 Summer | updateCatalog | JSON |
/api-web/api/dms/catalogs/{qname} | ||||||||
GET as of 2021 Summer | validateEntries | JSON |
/api-web/api/dms/catalogs/{qname}/validate | ||||||||
GET as of 2020 Autumn | getForm | JSON |
/api-web/api/dms/forms/{objecttype} | ||||||||
POST as of 2020 Autumn | create | JSON |
/api-web/api/dms/objects | ||||||||
GET as of 2020 Autumn | getMetadata | JSON |
/api-web/api/dms/objects/{id} | ||||||||
DELETE as of 2020 Autumn | delete dms object | HTTP status code |
/api-web/api/dms/objects/{id} | ||||||||
PATCH as of 2020 Autumn | update | JSON |
/api-web/api/dms/objects/{id} | ||||||||
GET as of 2020 Autumn | getContent | JSON |
/api-web/api/dms/objects/{id}/contents/file | ||||||||
POST as of 2020 Autumn | update content of dms object | JSON |
/api-web/api/dms/objects/{id}/contents/file | ||||||||
GET as of 2020 Autumn | getAllVersions | JSON |
/api-web/api/dms/objects/{id}/versions | ||||||||
GET as of 2020 Autumn | getMetadata | JSON |
/api-web/api/dms/objects/{id}/versions/{version} | ||||||||
GET as of 2022 Spring | getOldVersion | JSON |
| ||||||||
POST as of 2020 Autumn | search | JSON |
/api-web/api/dms/objects/search | ||||||||
POST as of 2022 Winter | search and export objects as CSV file | CSV |
/api-web/api/dms/objects/export |
...