Get Metadata of Published Taxonomies

get

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

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

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