Get driver tariff groups
x-ms-visibility: "important"
Retrieve driver tariff groups for the authenticated customer
Query Parameters
page int32
Page number
limit int32
Page size
sortKey string
Field to sort by. Default: Name
sortDescending boolean
Set to true to sort descending
siteId int64
Filter groups containing this site
driverId int64
Filter groups containing this driver
tariffId string
Filter groups with this tariff
search string
Search term to filter groups by name
Responses
- 200
- 400
- 500
List of driver tariff groups
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
page int32
limit int32
totalRecords int32
hasNextPage boolean
hasPreviousPage boolean
items object[]
id int64
name string
tariffId string
operatorId string
createdAt date-time
updatedAt date-time
{
"page": 0,
"limit": 0,
"totalRecords": 0,
"hasNextPage": true,
"hasPreviousPage": true,
"items": [
{
"id": 0,
"name": "string",
"tariffId": "string",
"operatorId": "string",
"createdAt": "2025-09-04T07:11:42.284Z",
"updatedAt": "2025-09-04T07:11:42.284Z"
}
]
}
Invalid request.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...