Vehicle API - V2
Get vehicle depot.
Returns detailed information about a vehicle depot including name, invoice entity and assigned vehicles count.
Endpoint
GET - https://api.travisroadservices.com/v2/vehicle_depots/{id}
Copy
Path params
| Parameter | Type | Description |
|---|---|---|
id
|
string | Unique identifier of the vehicle depot. |
Request body
No request bodyResponse body
Response 200
VehicleDepotResource resource
Fields
| Field | Type | Description |
|---|---|---|
id
|
object | Unique identifier of the vehicle depot. |
name
|
string | Name of the vehicle depot. |
invoiceEntity
|
object | Invoice entity to which costs for this depot are billed. |
id
|
int | Id of the invoice entity |
name
|
string | Name of the invoice entity |
assignedVehiclesCount
|
int | Total number of vehicles assigned to this depot. |
created
|
object | Information about when and by whom the vehicle depot was created. |
at
|
string (date-time) | Date and time when the vehicle depot was created. |
by
|
object | User or system that created the vehicle depot. |
id
|
integer | Identifier of the user which created the API Resource |
name
|
string | Name of the user which created the API Resource |
Example
Response 401
No response body - No bearer token set verify if your token is added as bearer tokenResponse 403
No response body - You don't have access to this API resourceResponse 404
Not found
Fields
| Field | Type | Description |
|---|---|---|
title
|
string | A short, human-readable summary of the problem. |
detail
|
string | A human-readable explanation specific to this occurrence of the problem. |
status
|
number | The HTTP status code applicable to this problem. |
instance
|
string | A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. |
type
|
string | A URI reference that identifies the problem type |
Example