Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

As of Version

product version 2021 Summer | component version 

Request MethodGET
Response FormatJSON
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.

The role YUUVIS_TENANT_ADMIN is required.

Response HTTP status codes:

HTTP Status CodeMeaning
200 OK
401 Unauthorized
500 Internal Server Error
Request Example

https://<host>/api-web/api/admin/dms/catalogs

no request body

Response Example

200 OK

{
  "personalfile": [
    "appPersonalfile:class"
  ],
  "global": [
    "sport4",
    "germancountry",
    "sport5",
    "sport",
    "contracts",
    "sport 2",
    "germancountries",
    "globalnotice",
    "currency",
    "sport3",
    "class",
    "clubs",
    "Food",
  ],
  "invoice": [
    "appInvoice:type"
  ],
  "kolibri": [
    "germancountry",
    "contracts",
    "tenMytenant:fff",
    "tenMytenant:My catalog",
    "tenMytenant:ddd",
    "germancountries",
    "globalnotice",
    "currency",
    "class",
    "appInvoice:type",
    "tenMytenant:processstatus",
    "appPersonalfile:class",
    "tenkolibri:eee"
  ]
}
  • No labels