List vehicle conditions
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /department/selfserve/vehicle/conditions
Operation
Operation ID: listSelfserveVehicleConditions
Retrieve a list of vehicle conditions for a department, lane, reg, or question. Customers will only see their own vehicle conditions.
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
id | query | no | integer | Filter by condition ID |
department | query | no | integer | Filter by department ID |
lane | query | no | integer | Filter by lane ID |
reg | query | no | string | Filter by vehicle registration number |
question | query | no | integer | Filter by question ID |
customer_id | query | no | integer | Filter by customer ID |
no | object |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Successfully retrieved vehicle conditions | application/json |
400 | ||
404 |
Schema for response 200 (application/json):
{
"items": {
"$ref": "#/components/schemas/DepartmentSelfserveVehicleCondition"
},
"type": "array"
}
17 March 2026