...
Page Properties |
---|
|
Product Version |
|
---|
Report Note |
|
---|
Assignee |
|
---|
Resources & Remarks Modification History Name | Date | Product Version | Action |
---|
Antje | 18 MAY 2021 | 2021 Summer | Page created. | Agnieszka | 02 JUNE 2021 | 2021 Summer | rLANG |
|
As of Version | product version 2021 Summer | component version |
---|
Request Method | GET |
---|
Response Format | JSON |
---|
Required Permission | Available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched. In the default configuration, access is granted via the YUUVIS_TENANT_ADMIN role. >> AUTHENTICATION Service |
---|
Description |
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 resourceIf necessaryBehind the technical name, add the query parameter ?global= |
truefalse global tenantapp-specific or global) catalog |
with name qname
. The endpoint returns null |
, if no catalog with qname is available in the |
global () 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. The endpoint returns null
if no catalog with qname
was found in both global and tenant-specific resource.
The role YUUVIS_TENANT_ADMIN is required.
(app-specific or global) resource. Response HTTP status codes: HTTP Status Code | Meaning |
---|
200 |
|
200 Successful.400 Not successful.401 Not successful.404 Not successful. | |
Request Example | https://<host>/api-web/api/admin/dms/catalogs/
|
---|
entriesappInvoice:type?global=true
no request body |
Response Example | 200 OK
Code Block |
---|
language | yml |
---|
title | response body |
---|
| { |
|
---|
"readonly": false,
"entries": [
|
|
{
"disabledtrue
"name": "string"
}
],
"readonly": true,
"tenant": "string"
"disabled": false
},
{
"name": "Public",
"disabled": false
}
]
} |
|