Retrieve a list of all the device status info in an organization or subset of an organization
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "data": [
- {
- "deviceId": "dev-123",
- "vehicleIdentificationNumber": "1HGCM82633A004352",
- "serialNumber": "SN-987654",
- "id": "status-001",
- "latitude": 43.6532,
- "longitude": -79.3832,
- "bearing": 180,
- "speed": 65.5,
- "isDriving": true,
- "isDeviceCommunicating": true,
- "driverId": "driver-789",
- "groups": [
- {
- "id": "grp-123",
- "name": "Drivers Group",
- "comment": "Main driver group",
- "reference": "REF123",
- "parent": { },
- "children": [
- { }
], - "color": { }
}
], - "dateTime": "2025-01-20T12:30:00.000Z",
- "exceptionEvents": [
- {
- "id": "ex-123",
- "activeFrom": "2025-01-20T08:00:00.000Z",
- "activeTo": "2025-01-20T10:00:00.000Z",
- "ruleId": "rule-456"
}
], - "lastTrip": {
- "id": "trip-999",
- "start": "2025-01-20T06:30:00.000Z",
- "stop": "2025-01-20T07:15:00.000Z"
}
}
]
}