Copenhagen Truck Wash API Help

List self-serve questions

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

GET /department/selfserve/questions

Operation

Operation ID: listSelfserveQuestions

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

Authentication

Security requirements:

Scheme

Scopes

BearerAuth

-

Parameters

Name

In

Required

Type

Description

id

query

no

integer

Filter by question 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

no

object

Responses

Status

Description

Content Types

200

Successfully retrieved questions

application/json

400

404

Schema for response 200 (application/json):

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