Get HOS Realtime Clock

This API endpoint retrieves clock information for a specific driver using their ID. The request should be sent via an HTTP GET method to the specified URL. The "driver_id" query parameter should be included in the request URL to identify the driver.

Response

Upon a successful request, the server will respond with a status code of 200 and a JSON object in the response body. The response contains information about violations, cycle, clocks for drive, shift, and cycle, as well as the status of the driver.

Example response body:

{
    "violations":[],
    "cycle":"",
    "clocks":{
        "drive":0,
        "shift":0,
        "cycle":0
    },
    "status":0
}

Rate Limit

5 api calls per hour per driver.

This api is resource intensive and should not be used for those cases where the data of this api will not be consumed by end user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Required - Driver ID

Headers
string
string
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json