v1

latestOpenAPI 3.0.02026-07-2417611.8 MB
Authoring categories

Retrieve all the taxonomies.

Retrieve all the taxonomies (root categories).<br />User roles: admin, manager, editor, viewer

get/authoring/v1/categories

Query parameters

offsetnumber

Use the offset parameter to specify the number of content items to skip from the beginning of the list and return the rest.

limitnumber

Set the limit for the maximum number of content items to return in a single result. The default value is 50.

Response

The taxonomies were successfully retrieved.

limitinteger

The page size.

offsetinteger

The number of items to skip from the beginning of the list.

hrefstring

A link to the current page.

nextstring

A link to the next page. Only shown if a next page exists.

previousstring

A link to the previous page. Only shown if a previous page exists.

Example response

{
  "limit": 50,
  "href": "/authoring/v1/categories?offset=50&limit=50",
  "next": "/authoring/v1/categories?offset=100&limit=50",
  "previous": "/authoring/v1/categories?offset=0&limit=50"
}