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

TripResponse

{
    "vehicle_id": "e57c411b-caf2-4a2e-b2e8-e232824b6ddf",
    "items": [
        {
            "id": "",
            "driver_id": "",
            "driver_first_name": "",
            "driver_last_name": "",
            "start_event_datetime": "2019-08-24T14:15:22Z",
            "start_total_odometer": 0,
            "end_event_datetime": "2019-08-24T14:15:22Z",
            "end_total_odometer": 0,
            "duration": 0,
            "distance": 0,
            "snapshot": "http://example.com",
            "start": {
                "name": "",
                "date": "2019-08-24T14:15:22Z",
                "location": {
                    "id": "",
                    "name": "",
                    "speed": 0,
                    "latitude": 0,
                    "longitude": 0,
                    "heading": 0,
                    "state": "",
                    "direction": "",
                    "date": "2019-08-24T14:15:22Z",
                    "total_odometer": 0,
                    "odometer_type": "miles",
                    "motion_type": "",
                    "distance": 0
                }
            },
            "locations": [
                {
                    "id": "",
                    "name": "",
                    "speed": 0,
                    "latitude": 0,
                    "longitude": 0,
                    "heading": 0,
                    "state": "",
                    "direction": "",
                    "date": "2019-08-24T14:15:22Z",
                    "total_odometer": 0,
                    "odometer_type": "miles",
                    "motion_type": "",
                    "distance": 0
                }
            ],
            "end": {
                "name": "",
                "date": "2019-08-24T14:15:22Z",
                "location": {
                    "id": "",
                    "name": "",
                    "speed": 0,
                    "latitude": 0,
                    "longitude": 0,
                    "heading": 0,
                    "state": "",
                    "direction": "",
                    "date": "2019-08-24T14:15:22Z",
                    "total_odometer": 0,
                    "odometer_type": "miles",
                    "motion_type": "",
                    "distance": 0
                }
            }
        }
    ]
}
Built with