Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As of Version

product version 2021 Summer | component version 

Request MethodGET
Response FormatJSON
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 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 CodeMeaning
200 200 OKSuccessful.
400 400 Bad RequestNot successful.
401 401 Unauthorized
Not successful.404 404 Not foundNot successful.


Request Example

https://<host>/api-web/api/admin/dms/catalogs/entriesappInvoice:type?global=true

no request body

Response Example

200 OK

Code Block
languageyml
titleresponse body
{
	
  "readonly": false,
  "entries": [
    		{
			"disabled{
      "name": true,
			"name": "string"
		}
	],
	"readonly": true,
	"tenant": "string""Private",
      "disabled": false
    },
    {
      "name": "Public",
      "disabled": false
    }
  ]
}