Skip to main content
GET
Get Transport Operator Route Policy

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transportOperatorRoutePolicyId
string<uuid>
required

Transport operator route policy identifier

Example:

"01980d36-4381-7c81-8786-230f12cb35c0"

Query Parameters

fields
string

Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.

Response

OK

Transport operator route policy

transportOperatorRoutePolicyId
string<uuid>
required

Transport operator route policy identifier

Example:

"01980d36-4381-7c81-8786-230f12cb35c0"

transportOperatorId
string<uuid>
required

Transport operator identifier

Example:

"01980d30-6a3c-7a42-9182-17ad6324d3aa"

routeId
string<uuid>
required

Route identifier

Example:

"0197a80c-4204-7b77-9005-48cc23677587"

subsidyAmountPerKm
integer
required

Subsidy amount per kilometer in cents

Example:

200

distanceSource
enum<string>
required

Distance source

Available options:
PLANNED_ROUTE,
GPS_AUDITED,
ODOMETER_AUDITED,
COMBINED_AUDIT
Example:

"COMBINED_AUDIT"

tripLimit
integer
required

Trip limit in the policy period

Example:

80

createdAt
string<date-time>
required

Created at

Example:

"2026-07-01T09:30:00.000Z"

endAt
string<date-time>
required

Policy period end

Example:

"2026-07-31T23:59:59.999Z"

startAt
string<date-time>
required

Policy period start

Example:

"2026-07-01T00:00:00.000Z"

updatedAt
string<date-time>
required

Updated at

Example:

"2026-07-01T09:30:00.000Z"

deletedAt
string<date-time> | null

Deleted at

Example:

null