Skip to main content
Get Routes

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Query Parameters

OperatorId
integer<int64>

The unique identifier of the operator associated with the routes.

DriverId
string<uuid>

The unique identifier of the driver assigned to the routes.

Status
integer<int32>

The status identifier of the routes to filter the results.

A search string used to find routes based on various fields.

SearchByName
boolean
default:false

Indicates whether to search by route name.

SearchByCode
boolean
default:false

Indicates whether to search by route code.

SearchByNotes
boolean
default:false

Indicates whether to search by route notes.

SearchByRouteId
boolean
default:false

Indicates whether to search by route ID.

Response

200 - application/json

A list of routes that match the specified criteria.

DistributorId
integer<int64>

The unique identifier of the distributor associated with the routes.

OperatorId
integer<int64>

The unique identifier of the operator associated with the routes.

OperatorName
string | null

The name of the operator associated with the routes.

ActorRoutes
object[] | null

A list of routes associated with the operator and distributor.