Get department categories
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /departments/categories
Operation
Operation ID: getDepartmentCategories
Get product categories available in a department
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
department_id | query | yes | integer |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Department categories retrieved successfully | application/json |
Schema for response 200 (application/json):
{}
17 March 2026