v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Classification & Catalog

Provide a list of Classifications in a tree-like representation of a Catalog resource

Retrieves the collection of Catalog resources.

get/catalogs/{id}/classifications

Path parameters

idstring required

Query parameters

withAscendantboolean

Used with 'classification_id' parameter, it allows to get the full tree for a given Classification

classification_idstring
depthinteger
pageinteger

The collection page number

limitinteger

The number of items per page

paginationboolean

Enable or disable pagination

idstring
id[]string[]
objectType'asset' | 'document'

Response

Catalog collection

objectTypestring required
descriptionstring nullable
idstring required

This is the unique identifier of the resource

namestring required
dateModifiedstring date-time nullable

This is an ISO datetime

dateCreatedstring date-time nullable

This is an ISO datetime

Example response

[
  {
    "id": "identifier_example"
  }
]