Retrieve a list of categories
Retrieve a list of categories.
Authorizations:Token, JWT
Query Parameters
| page | integerDefault: 1The collection page number | 
| itemsPerPage | integer[0 .. true]Default: 30The number of items per page | 
| pagination | booleanEnable or disable pagination | 
| parent | integer | 
Responses
200Category collection
Response schema: 
Category collection Array
| og_meta_tags | string | ||||||||||
| id | integer | ||||||||||
| enabled | boolean | ||||||||||
| show_title | boolean | ||||||||||
| position | integer | ||||||||||
| memberships | Array of objects | ||||||||||
Array 
  | |||||||||||
| parent | integer | ||||||||||
| clean_url | string | ||||||||||
| name | string | ||||||||||
| description | string | ||||||||||
| meta_tags | string | ||||||||||
| meta_description | string | ||||||||||
| meta_title | string | ||||||||||
| icon | object or null | ||||||||||
 
  | |||||||||||
| banner | object or null | ||||||||||
 
  | |||||||||||
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 |