Retrieves a paginated list of vehicles associated to the callers company.

SecurityAPIKey
Request
query Parameters
page
integer <int32>
Default: 1

The page number of the list of vehicles. Default is 1. Cannot be less than 1.

pageSize
integer <int32>
Default: 1

The page size of each page. Value should be between 1-1000.

Responses
200
400

The parameters given in the request are invalid.

401

Can occur due to inputting an invalid key, or invalid pod

403

Access is denied for this API. The given APIKey's context does not have the proper permissions.

404

The requested resource does not exist or is not available within the given APIKey's context.

500
get/vehicles
Request samples
Response samples
application/json
{
  • "currentPage": 0,
  • "pageSize": 0,
  • "totalRecords": 0,
  • "vehicles": [
    ]
}