Get Metadata Catalog of Preview of an Item

get

/content/published/api/v1.1/metadata-catalog/items/.by.slug/{slug}/preview

Returns information about version v1.1 metadata catalog of an item preview resource.
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

Path Parameters
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