GET
/
v1.0.0
/
vehicles

Authorizations

X-API-KEY
string
headerrequired

ApiKey used for authorization and authentication

Query Parameters

sortField
enum<string>
required

Sorting field. Default value is USER_ID

Available options:
USER_ID,
VENDOR,
IS_ONLINE,
LAST_UPDATED
sortOrder
enum<string>
required

Sorting order. Default value is DESC.

Available options:
ASC,
DESC
page
integer
required

Zero-based page index (0..N)

size
integer
required

The size of the page to be returned. Default value is 10. Maximum value is 100.

Response

200 - application/json
totalPages
integer
required

Total number of pages.

content
object[]
required

Elements in the page. If there is no elements the list will be empty.

totalElements
integer
required

Total number of elements.