GET /api-web/api/dms/catalogs/{qname}/validate

As of Version

product version 2021 Summer | component version 

Request MethodGET
Response FormatJSON
Description

Checks if catalog entries are already in use. Returns an empty list, if no catolog enties are used.

Response HTTP status codes:

HTTP Status CodeMeaning
200 OKSuccessful.
401 UnauthorizedNot successful.
Request Example

https://<host>/api-web/api/dms/catalogs/entries/validate

no request body

Response Example


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