Vehicles - Status

This interface allows for access to statistics data. The base url for this interface is at:

/api/vehicle-statistics

A JSON file with OpenAPI data about all vehicle-related statistics APIs can be downloaded here.

A valid JWT is required for all statistics access.

Get vehicles status summary

Gets summary of the status of the vehicles:

GET /v1/status/summary

Get summary of the status of the vehicles

Status Codes

Returns a Json positive response with the requested data:

{
  Operative: 10,          // Int
  InMaintenance: 6,       // Int
  OutOfZone: 4            // Int
}