# [EXPERIMENTAL] Get list of all categories of an entity [EXPERIMENTAL] This endpoint allows you to retrieve list of categories of an entity. Endpoint: GET /categories/{entity} Version: 1.6.1 Security: clientCredentials ## Path parameters: - `entity` (string, required) The unique entity for a type Enum: "order", "location", "transport-request" ## Query parameters: - `page` (integer) Number of the page to retrieve, see also Paging section. - `page_size` (integer) Number of results by page, see also Paging section. ## Response 200 fields (application/json): - `data` (array) - `data.entity` (string) The entity type for which this category is valid. Enum: "order", "location", "transport-request" - `data.code` (string, required) A unique code for this category, within the entity's categories. Example: "codeA" - `data.labels` (object, required) Descriptive labels for this category. - `data.labels.languages` (object) Key must be a valid [ISO 639-1](https://www.iso.org/iso-639-language-codes.html) language code. - `data.labels.default_label` (string, required) label for the default language to fall back on Example: "low emission zone" - `page` (object) - `page.total_items` (integer) Example: 100 - `page.total_pages` (integer) Example: 10 - `page.page_size` (integer) Example: 10 - `page.current_page` (integer) Example: 1