...
HTTP Method as of product version | Purpose | Response Format | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GET as of 2021 Summer | getCatalog | JSON | |||||||||
Insert excerpt | GET /api-web/api/dms/catalogs/{qname} | GET /api-web/api/dms/catalogs/{qname} | |||||||||
nopanel | true | POST as of 2021 Summer | postCatalog | JSON | |||||||
Insert excerpt | POST /api-web/api/dms/catalogs/{qname} | POST /api-web/api/dms/catalogs/{qname} | |||||||||
nopanel | true | PATCH as of 2021 Summer | updateCatalog | JSON | |||||||
Insert excerpt | PATCH /api-web/api/dms/catalogs/{qname} | PATCH /api-web/api/dms/catalogs/{qname} | |||||||||
nopanel | true | GET as of 2021 Summer | validateEntries | JSON | Insert excerpt | | GET /api-web/api/dms/catalogs/{qname}/validate | GET /api-web/api/dms/catalogs/{qname}/validate | |||
nopanel | true | 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} | ||||||||
POST as of 2020 Autumn | search | JSON |
/api-web/api/dms/objects/search |
...