GET /api-web/api/admin/dms/catalogs/{qname}
As of Version | product version 2021 Summer | component version | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | GET | ||||||||||
Response Format | JSON | ||||||||||
Description | Retrieves the catalog specified by its technical name of either global/app-specific or tenant-specific origin. Behind the technical name, add the query parameter The role YUUVIS_TENANT_ADMIN is required. Response HTTP status codes:
| ||||||||||
Request Example |
no request body | ||||||||||
Response Example |
response body { "readonly": false, "entries": [ { "name": "Private", "disabled": false }, { "name": "Public", "disabled": false } ] } |