v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

List the locations of all the subscribed assets

get/v1/freight_visibility/asset_locations

Response

200

Example response

{
  "data": {
    "asset_details": [
      {
        "start_time": "2021-01-05T22:52:15Z",
        "end_time": "2021-01-07T22:52:15Z",
        "asset": {
          "id": 4405,
          "name": "abc",
          "status": "active",
          "type": "dry_box",
          "make": "Mercedes-Benz",
          "model": "Noble",
          "year": "2012",
          "asset_gateway": {
            "id": 4030,
            "identifier": "ATY-4M2-TG1",
            "active": true,
            "last_location": {
              "bearing": 321.22,
              "lat": 10.25275,
              "lon": 10.46834,
              "located_at": "2019-07-01T06:06:24Z",
              "ground_speed_kph": 23,
              "battery_capacity": 86,
              "uuid": "13f4142b-e207-4f9c-8862-6fcdf318bcc2",
              "moving": true
            }
          }
        },
        "company_id": "KT1566938",
        "dot_ids": [
          "nuizok9d1h"
        ],
        "tracking_subscription_id": 9979
      }
    ]
  },
  "pagination": {
    "per_page": 100,
    "page_no": 1,
    "total": 1
  }
}