Get Metadata of Published Categories

get

/content/published/api/v1.1/metadata-catalog/taxonomies/{id}/categories

Returns information about metadata catalog of the published categories.
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.

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