Copenhagen Truck Wash API Help

List self-serve conditions

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

GET /department/selfserve/conditions

Operation

Operation ID: listSelfserveConditions

Retrieve a list of self-serve conditions for a department, lane, or product.

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

product

query

no

integer

Filter by product ID

condition_id

query

no

integer

Filter by condition ID

machine_type_id

query

no

integer

Filter by reusable machine type ID

no

object

Responses

Status

Description

Content Types

200

Successfully retrieved conditions

application/json

400

404

Schema for response 200 (application/json):

{ "items": { "$ref": "#/components/schemas/DepartmentSelfserveCondition" }, "type": "array" }
17 March 2026