Excerpt |
---|
Retrieves the catalog specified by its name qname , with optional restriction to either technical name of either global/app-specific or tenant-specific or global resourceorigin. |
If necessaryBehind the technical name, add the query parameter ?global=truefalse
(?global=falsetrue
) for a global tenant-specific (tenantapp-specific or global) catalog with name qname
. The endpoint returns null
, if no catalog with qname
is available in the global ( tenant-specific ) resource.If no query parameter is specified, the tenant-specific resource will be checked first. If a catalog with name qname
is available, it will be returned. Otherwise the global resource will be checked. If there is a catalog with name qname
, it will be returned(app-specific or global) resource. The endpoint returns null
if no catalog with qname
was found in both the global and or tenant-specific (app-specific or global) resource.
The role YUUVIS_TENANT_ADMIN is required.
Response HTTP status codes:
HTTP Status Code | Meaning |
---|
200 | 200 OKSuccessful. |
400 | 400 Bad RequestNot successful. |
401 | 401 Unauthorized |
Not successful.404 | 404 Not foundNot successful. |