added

New endpoint for viewing reefer activity data

Added the new public endpoint GET /v1/reefer_activity_data to retrieve the most recent reefer activity across your fleet for all assets or a selected list, with filters for asset_ids (up to 100), reefer_state (on/off), and updated_after, and results sorted by updated_at in descending order.

Endpoint Details

  • Method: GET
  • URL: https://api.gomotive.com/v1/reefer_activity_data
  • Purpose: This endpoint returns the most recent reefer activity for one or many assets, combining asset/location details with OEM and sensor telemetry (e.g., power state, control mode, zone temperatures, fuel level, battery), with optional filters for asset_ids, reefer_state, and updated_after (defaults to last 7 days); responses are paginated and sorted by updated_at.

Read more