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 2 Next »

As of Version

product version 2021 Summer | component version 

Request MethodGET
Response FormatJSON
Description

Retrieves the names of all global and tenant-specific catalogs.

The role YUUVIS_TENANT_ADMIN is required.

Response HTTP status codes:

HTTP Status CodeMeaning
200 OKSuccessful.
401 UnauthorizedNot successful.
500 Internal Server ErrorNot successful.
Request Example

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

no request body

Response Example


{
	"entries": [
		{
			"disabled": true,
			"name": "string"
		}
	],
	"readonly": true,
	"tenant": "string"
}
  • No labels