v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

List vehicle gateways of an organization

get/v1/eld_devices

Query parameters

identifiersstring[]

Specify the unique identifier of the vehicle gateway. You can add multiple identifiers to fetch the information of those vehicle gateways.

vehicle_ids[]integer[]

Specify a list of all the vehicle IDs, that are associated with the different vehicle gateways.

updated_afterstring date

Specify the date after which the vehicle gateways were updated.

per_pageinteger

Number of records to return per page.

page_nointeger

The current page number.

Headers

X-Time-Zonestring

Specify the timezone for formatting the timestamps.

X-Metric-Unitsboolean

Specify if you want to use the Metric units or the Imperial units. TRUE: Metric units. FALSE: Imperial Units

X-User-Idinteger

Specify the ID of the Fleet Admin or the Fleet Manager who is accessing this endpoint.

Response

200

Example response

{
  "eld_devices": [
    {
      "eld_device": {
        "vehicle": {
          "id": 1276678,
          "number": "Stacy's Ford Expedition",
          "year": "2014",
          "make": "Ford",
          "model": "Expedition",
          "vin": "1FMJU1K55EEF12950"
        },
        "id": 753616,
        "identifier": "AABL36FB440357",
        "model": "lbb-3.6ca"
      }
    }
  ],
  "pagination": {
    "per_page": 25,
    "page_no": 1,
    "total": 5
  }
}