GET /api-web/api/system/dms/catalogs
As of Version | product version 2021 Summer | component version | ||||||||
---|---|---|---|---|---|---|---|---|---|
Request Method | GET | ||||||||
Response Format | JSON | ||||||||
Description | Retrieves the technical names of all catalogs grouped in lists depending on their global (system-wide) or app-specific storage location. The role YUUVIS_SYSTEM_INTEGRATOR is required. Response HTTP status codes:
| ||||||||
Request Example |
No request body | ||||||||
Response Example | { "personalfile": [ "appPersonalfile:class" ], "global": [ "germancountry", "contracts", "germancountries", "globalnotice", "currency", "class", "clubs", "food" ], "invoice": [ "appInvoice:type" ] } |