This API is to get general information of the fleet, for example: time zone, count of impact events, summary of a trip
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "impact_count": {
- "impact": 0,
- "parking_impact": 0
}, - "trip_summary": {
- "driving_time_in_seconds": 0,
- "trips": 0,
- "idling_time_in_seconds": 0,
- "total_distance_in_metirc": 0,
- "trips_by_unknown_driver": 0
}
}
This API can get highlighted information, such as:
driver ID, driver avatar, driver name, driver status (activated/inactivated), remaining days till expiration, highlighted event is expired or not, snapshot, timestamp of the event, type of the event, event video upload status
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "device_cid": "string",
- "driver_avatar": "string",
- "driver_id": 0,
- "driver_name": "string",
- "driver_status": 0,
- "expired": true,
- "expiry": 0,
- "is_new": true,
- "snapshots": [
- {
- "capture_mode": "string",
- "ticket": "string",
- "url": "string"
}
], - "ticket": "string",
- "timestamp": 0,
- "trip_id": 0,
- "type": 1,
- "type_name": "string",
- "upload_status": 0
}