Get list vehicle types
GET/v1/vehicle-types
Get list vehicle types
Supported roles
- Fleet manager
Request
Query Parameters
latitude number
Possible values: >= -90
and <= 90
longitude number
Possible values: >= -180
and <= 180
Responses
- 200
- 400
- 401
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id string
appDisplayName string
description string
image string
luggage integer
passengers integer
[
{
"id": "55adc581e4b0599696687273",
"appDisplayName": "Sedan",
"description": "string",
"image": "https://lab-gojo.s3.amazonaws.com/images/IT/carType/Image_55adc581e4b05996966872731671163931861.png",
"luggage": 2,
"passengers": 3
}
]
Validation error
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...