Get Metadata Catalog of Published Items

get

/content/published/api/v1.1/metadata-catalog/items

Returns the metadata and description catalog of the version v1.1 Query on Published Items
It supports two media types:
  1. application/json
  2. application/schema+json

The default value is the application/json which returns a description of the resource, including the resource name and a links section.
A request with the media type application/schema+json returns the schema for the resource.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.

400 Response

Bad Request. The server is unable to process the request on the client side due to malformed syntax, invalid data or message framing.

403 Response

Forbidden. Client is not authorized to perform this request.

500 Response

Internal server error. An unexpected error condition encountered in the system.
Back to Top