v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

View Reefer Activity Data

get/v1/reefer_activity_data

Query parameters

updated_afterstring date

Specify the date post which you want to view the reefer activity data.

asset_ids[]integer[]

Specify the ID of the asset for which you want to view the activity data. NOTE: A maximum of 100 IDs, can be queried at a time for this endpoint.

reefer_statestring

Specify the state of the reefer to narrow down the search results. Allowed values are as follows: <ul><li><b>off</b>: Will display all the reefers that are currently in the state OFF.</li><li><b>on</b>: Will display all the reefers that are currently in the state ON</li><li><b>null</b>: Returns all the assets</li></ul>

Response

200

Example response

{
  "assets": [
    {
      "asset": {
        "id": 31773,
        "make": "CARRIER",
        "model": "NDK537*6LHJ2",
        "type": "reefer",
        "status": "active",
        "name": "RJ426020",
        "source": "Carrier",
        "location": {
          "read_id": 8960641526,
          "oem_entity_id": 31773,
          "asset_name": "RJ426020",
          "asset_id": 10744742826,
          "lat": 33.5119,
          "lon": -82.04649,
          "state": "GA",
          "city": "Augusta",
          "rg_km": 5.418780153932328,
          "rg_brg": 316.8689485470146,
          "rg_match": true,
          "zip": "30907",
          "street": "Washington Rd",
          "country": "US",
          "house_number": "3024",
          "updated_at": 1756980528,
          "located_at": "2025-09-04T10:08:48Z",
          "address": "Augusta, GA"
        },
        "sensor_data": {
          "carrier_overall": {
            "battery_voltage": 12.8,
            "total_engine_hours": 8284,
            "control_mode": "N/A",
            "power_status": "Off",
            "last_updated_at": "2025-09-04T10:51:04Z"
          },
          "zones": [
            {
              "zone_number": 1,
              "operating_mode": "Compartment Not Enabled"
            }
          ]
        }
      }
    }
  ],
  "pagination": {
    "per_page": 25,
    "page_no": 1,
    "total": 4
  }
}