v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

List reefer activity report

get/v1/reefer_activity_reports

Query parameters

start_timeinteger required

Specify the start time from when you want to view the report. Format: Unix

end_timeinteger required

Specify the end time within which you want to view the report. Format: Unix.

reefer_idinteger required

Specify the ID of the reefer for which you want to check the activity report.

frequencyinteger required

Mention the frequency of the samples returned in minutes.

per_pageinteger

The number of records to be displayed per page.

page_nointeger

The current page number.

Headers

X-Time-Zonestring

Specify the timezone for formatting the timestamps.

Response

200

per_pageinteger
page_nointeger
totalinteger

Example response

{
  "reefer_samples": [
    {
      "datetime": 1641009600,
      "location": "190 Campus Dr, Amherst, NY 14226",
      "thermoking_overall": {
        "battery_voltage": 11,
        "fuel_level": 99,
        "ambient_air_deg_c": 11,
        "mode": "Cycle"
      },
      "zones": [
        {
          "zone_number": 1,
          "thermoking": {
            "status": "Cooling",
            "setpoint_deg_c": 5,
            "return_deg_c": 10,
            "discharge_deg_c": 10,
            "coil_deg_c": 20,
            "door_status": "Open"
          }
        }
      ]
    }
  ],
  "per_page": 50,
  "page_no": 1,
  "total": 1
}