v1
latestOpenAPI 3.0.02026-07-2417611.8 MBAuthoring 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.
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"
}