GET /api-web/api/system/dms/catalogs
As of Version | product version 2021 Summer | ||||||||
---|---|---|---|---|---|---|---|---|---|
Request Method | GET | ||||||||
Response Format | JSON | ||||||||
Required Permission | Available if listed in | ||||||||
Description | Retrieves the technical names of all catalogs grouped in lists depending on their global (system-wide) or app-specific storage location. As of 2022 Autumn, an optional query parameter 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" ] } |