OPEN API
  1. Schemas
OPEN API
  • Organization Info
    • Get information about your organization
  • Drivers
    • List all drivers
    • Retrieve a driver
  • Hours Of Service
    • Get HOS clocks
    • Get all driver HOS daily logs
    • Get HOS logs
  • Vehicles
    • List all vehicles
    • Retrieve a vehicle
  • Vehicle Locations
    • Historical Vehicle Locations
    • Latest Vehicle Locations
  • Trips
    • Get Vehicle Trips
  • Vehicle Stats
    • Vehicle Stats snapshot
  • Maintenance
    • Get all DVIRs
  • IFTA
    • Get IFTA jurisdiction reports
  • Webhook
    • Sample Webhook request for specific trigger
    • Subscribe to specific immediately events
    • Available list of Triggers
    • Unsubscribe form events
  • Schemas
    • Schemas
      • AvailableTime
      • CompanyDetail
      • CompanyResponse
      • CurrentStatusEnum
      • DVIRList
      • Driver
      • DVIRTrailerDefects
      • DriverLicense
      • DVIRVehicle
      • DriverResponse
      • DVIRVehicleDefects
      • HosDailyLogs
      • HosDailyLogsResponse
      • HosLogsResponse
      • ForVehicleLocationResponse
      • LicensePlate
      • Location
      • PaginatedDriverList
      • IFTAItem
      • PaginatedHosLogsResponseList
      • IFTAReport
      • PaginatedTripResponseList
      • PaginatedVehicleList
      • PaginatedVehicleLocationResponseList
      • OpenAPIWebhookSubscribeRequest
      • Response
      • OpenAPIWebhookUnsubscribeRequest
      • Result
      • StatusEnum
      • PaginatedDVIRListList
      • StatusDurations
      • TimezoneEnum
      • TripLocation
      • VehicleRoute
      • PaginatedIFTAReportList
      • PaginatedForVehicleLocationResponseList
      • TripResponse
      • VehicleRouteLocation
      • TripStartEnd
      • VehicleRouteStartEnd
      • Vehicle
      • VehicleSResponse
      • VehicleLocationResponse
      • VehicleStats
      • PaginatedWebhookTriggerList
      • VehicleResponse
      • WebhookTrigger
  1. Schemas

VehicleSResponse

{
    "results": [
        {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "vehicle": "string",
            "driver": "string",
            "is_seat_belt_fastened": true,
            "speed": -2147483648,
            "engine_check_light": true,
            "oil_level": 0,
            "oil_pressure": -2147483648,
            "oil_temp": -2147483648,
            "coolant_level": 0,
            "coolant_temp": -2147483648,
            "fuel_level": 0,
            "fuel_level2": 0,
            "engine_fuel_rate": 0,
            "ambient_temperature": 0,
            "odometer": 0,
            "engine_hours": 0,
            "bus": -2147483648,
            "is_odometer_computed": true,
            "is_engine_hours_computed": true,
            "gear": -2147483648,
            "engine_rpm": -2147483648,
            "intake_temperature": -2147483648,
            "fuel_tank_temperature": -2147483648,
            "intercooler_temperature": -2147483648,
            "turbo_oil_temperature": -2147483648,
            "transmission_oil_temperature": -2147483648,
            "engine_load": 0,
            "def_level_percent": 0,
            "engine_fuel_economy": 0,
            "ambient_pressure": 0,
            "total_engine_idle_time": 0,
            "total_pto_time": 0,
            "total_engine_idle_fuel": 0,
            "total_fuel_used": 0,
            "brake_pedal": -2147483648,
            "intake_pressure": 0,
            "retarder_percent": 0,
            "dtc": {
                "property1": null,
                "property2": null
            }
        }
    ]
}
Built with