Retrieve a category list
Retrieve a category list.
Authorizations:Token, JWT
Query Parameters
| page | integerDefault: 1The collection page number | 
| itemsPerPage | integer>= 0Default: 30The number of items per page | 
| filter.parent | integer>= 1Filter for "parent" field | 
| order_by.pos | stringEnum: "asc""desc" | 
Responses
200Category Detailed collection
Response schema: 
Category Detailed collection Array
| name | string | ||||||||
| description | string | ||||||||
| cleanUrl | string | ||||||||
| showTitle | boolean | ||||||||
| banner | object or null | ||||||||
 
  | |||||||||
| metaTags | string | ||||||||
| metaDescription | string | ||||||||
| metaTitle | string | ||||||||
| path | Array of objects | ||||||||
Array 
  | |||||||||
| hasSubcategories | boolean | ||||||||
| ogMetaTags | string | ||||||||
| id | integer>= 0 | ||||||||
401Unauthorized
Response schema: 
Unauthorized | type | string | 
| title | string | 
| detail | string or null | 
| instance | string or null | 
500Internal error
Response schema: 
Internal error | type | string | 
| title | string | 
| detail | string or null | 
| instance | string or null |