GET /api-web/api/admin/dms/catalogs
As of Version | product version 2021 Summer | component version | ||||||||
---|---|---|---|---|---|---|---|---|---|
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, app-specific or tenant-specific storage location. Tenant-specific catalogs are retrieved only for the active tenant. Response HTTP status codes:
| ||||||||
Request Example |
no request body | ||||||||
Response Example |
response body { "personalfile": [ "appPersonalfile:class" ], "global": [ "germancountry", "contracts", "germancountries", "globalnotice", "currency", "class", "clubs", "food", ], "invoice": [ "appInvoice:type" ], "mytenant": [ "germancountry", "contracts", "tenMytenant:My catalog", "germancountries", "globalnotice", "currency", "class", "appInvoice:type", "tenMytenant:processstatus", "appPersonalfile:class" ] } |