Retrieves engine computer module (ECM) data from vehicles with enhanced filtering by sample type. ECM data availability varies by vehicle, device, and cable configuration. Also, the organization must have a Fleet Tracking subscription to receive data from this endpoint.
Ok
No Content - No data found matching the criteria
Bad Request
Unauthorized
Forbidden - Non-permitted user
Not Found
Internal Server Error
{- "data": [
- {
- "deviceId": "1994FGGD-99A9-CB83-0C23-A8A3E3070000",
 - "serialNumber": "NT00210007",
 - "groupId": "1996FGGD-88A8-CB83-0C23-A8A3E3070000",
 - "licensePlate": "74980RP",
 - "vehicleId": "9100FGGD-48A9-CB83-0C23-A8A3E3070000",
 - "vehicleName": "Example Car",
 - "vin": "9ATRPE9R2RO473355",
 - "groupName": "Fleet Group 1",
 - "samples": [
- {
- "sampleType": "ENGINE_HOURS",
 - "sampleDateTime": "2024-05-29T22:24:27.804Z",
 - "sampleValue": "1600"
 
} 
] 
} 
], - "metadata": {
- "count": "30",
 - "limit": 100,
 - "offset": 0,
 - "startDate": "2019-08-24T14:15:22Z",
 - "endDate": "2019-08-24T14:15:22Z"
 
} 
}