Skip to main content

Retrieve a list of categories

Retrieve a list of categories.

Authorizations:Token
Query Parameters
pageintegerDefault: 1The collection page number
itemsPerPageinteger>= 0Default: 30The number of items per page
parentinteger

Responses

200Category collection
Response schema:
Category collection
Array
og_meta_tagsstring
idinteger
enabledboolean
show_titleboolean
positioninteger
membershipsArray of objects
Array
idinteger
namestring
enabledboolean
parentinteger
clean_urlstring
namestring
descriptionstring
meta_tagsstring
meta_descriptionstring
meta_titlestring
iconobject or null
  • object
idinteger
altstring
urlstring
widthinteger
heightinteger
bannerobject or null
  • object
idinteger
altstring
urlstring
widthinteger
heightinteger
GET /api/categories
page
itemsPerPage
parent
Accept
curl -L '/api/categories' \
-H 'Accept: application/json'