Skip to content
--- aside: false outline: false ---

Get many vehicles

GET
/clients/{clientId}/vehicles

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

clientId*
Type
string
Required
Pattern
"^cl_"

Query Parameters

customer
Type
string
Pattern
"^cust_"
pageIndex
Type
[ "integer", "null" ]
Minimum
0
Default
0
pageSize
Type
[ "integer", "null" ]
Minimum
0
Maximum
100
Default
25

Responses

Paged vehicle objects

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"createdAt": "string",
  
  
  
"updatedAt": "string",
  
  
  
"client": "string",
  
  
  
"customer": "string",
  
  
  
"extId": "string",
  
  
  
"license": "string",
  
  
  
"make": "string",
  
  
  
"model": "string",
  
  
  
"year": 0,
  
  
  
"vin": "string"
  
  
}
  
],
  
"pageIndex": 0,
  
"pageSize": 0,
  
"totalCount": 0
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI