Category API
In this documentation, you can find a description of the methods of the BrandWizard API section Category.
Method GET/public/v1/companies/categories/
- Description: Get a list of category objects.
- Request parameters:
| Parameter | Type | Required? | Description |
| count | integer | No | Number of results for paginated return |
| page | integer | No | Page number within the pagination result set |
| q | string | No | Search string |
- Response fields:
| Field | Type | Description | |
| count | integer | Number of results | |
| next | string | Link to the next page | |
| previous | string | Link to the previous page | |
| results | id | integer | Category ID |
| translate | string | Translation | |
| path | string | Category path, example: Car keys and key fobs > Key making and repair | |