v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Classification & Catalog

Provide a paginated list of Classifications

Retrieves the collection of Classification resources.

get/classifications

Query parameters

pageinteger

The collection page number

limitinteger

The number of items per page

paginationboolean

Enable or disable pagination

catalogs.idstring
catalogs.id[]string[]
idstring
id[]string[]
order[dateCreated]'asc' | 'desc'
order[dateModified]'asc' | 'desc'
dateCreated[before]string
dateCreated[strictly_before]string
dateCreated[after]string
dateCreated[strictly_after]string
dateModified[before]string
dateModified[strictly_before]string
dateModified[after]string
dateModified[strictly_after]string
skipAssetLinksboolean
localesInheritance[attributes]boolean

Enable locale inheritance for attribute values

Headers

X-Quable-Localestring

Response

Classification collection

parentstring nullable
catalogIdstring nullable
activeboolean
attributesstring[]
mainAssetUrlstring nullable
mainAssetThumbnailUrlstring nullable
dateCreatedstring date-time nullable
dateModifiedstring date-time nullable
idstring

This is the unique identifier of the resource

legacyIdinteger

Example response

[
  {
    "assetLinks": [
      {
        "linkType": {
          "id": "identifier_example"
        },
        "id": "identifier_example"
      }
    ],
    "id": "identifier_example"
  }
]