List department lanes
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /department/lanes
Operation
Operation ID: listDepartmentLanes
Retrieve a list of all department lanes
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
no | object |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Department lanes retrieved successfully | application/json |
401 |
Schema for response 200 (application/json):
{
"items": {
"$ref": "#/components/schemas/DepartmentLane"
},
"type": "array"
}
17 March 2026