List department relays
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /department/relays
Operation
Operation ID: listDepartmentRelays
Retrieve department relays, optionally filtered by id
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
id | query | no | integer | |
no | object |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Department relays retrieved successfully | application/json |
401 |
Schema for response 200 (application/json):
{
"oneOf": [
{
"$ref": "#/components/schemas/DepartmentRelay"
},
{
"items": {
"$ref": "#/components/schemas/DepartmentRelay"
},
"type": "array"
}
]
}
17 March 2026