This API is used to get the data use report of a certain device, inputs:
serial number of the device, start and end timestamp, frequency to update the report
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "deviceUuid": "string",
- "frequency": "string",
- "from": "2019-08-24T14:15:22Z",
- "serialNo": "string",
- "to": "2019-08-24T14:15:22Z",
- "usage": [
- {
- "_id": "2019-08-24T14:15:22Z",
- "from": "2019-08-24T14:15:22Z",
- "mobile": {
- "rx": 0,
- "tx": 0
}, - "to": "2019-08-24T14:15:22Z",
- "wifi": {
- "rx": 0,
- "tx": 0
}
}
]
}
}This API is used to get the accounts of current Master,
query with account created time, email, ID, last log in time, organization ID, role, account status, username.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "count": 0,
- "data": [
- {
- "created_time": 0,
- "email": "string",
- "id": 0,
- "last_login_time": "string",
- "organization_id": 0,
- "role": 4,
- "status": 0,
- "user_name": "string"
}
]
}This API is to add a new master account, service will send an activation email to allow the user to activate its account.
User’s email address, role of the user, user name, are required.
OK
{- "email": "user@example.com",
- "mode": "si",
- "role": 4,
- "userName": "string"
}{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "id": 0
}This API is used to get the accounts of Fleet, information of the account:
created time, ID, user email address, last log in time, organization ID, user role, account status, and username.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "count": 0,
- "data": [
- {
- "created_time": 0,
- "email": "string",
- "id": 0,
- "last_login_time": "string",
- "organization_id": 0,
- "role": 2,
- "status": 0,
- "user_name": "string",
- "email_notifications_enabled": true
}
]
}This API is to add a new fleet account, service will send an activation email to allow the user to activate its account.
User’s email address, role of the user, user name, and fleet ID are required.
This API is no longer being updated and will be removed in a future release.
Please use NewAddFleetUser instead.
OK
{- "email": "user@example.com",
- "role": 2,
- "userName": "string",
- "id": 0
}{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "id": 0
}This API allows the master's admin to add a fleet user.
OK
{- "first_name": "string",
- "last_name": "string",
- "role": 2,
- "email_notifications_enabled": true,
- "email": "user@example.com",
- "accessible_fleets": [
- 0
]
}{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "existed_email": true
}
}This API is used to edit an existed fleet account with fleet ID, user role, and username.
This API is no longer being updated and will be removed in a future release.
Please use NewEditFleetUser instead.
OK
{- "id": 0,
- "role": 2,
- "userName": "string"
}{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string"
}This API allows the master's admin to add a fleet user.
OK
{- "first_name": "string",
- "last_name": "string",
- "role": 2,
- "email_notifications_enabled": true,
- "accessible_fleets": [
- 0
]
}{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "existed_email": true
}
}This API is to change status of a fleet account, to active and deactivate or delete account
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string"
}This API is to change status of a master account, to active and deactivate or delete account
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string"
}This API is used to list the device in Master's inventory (all devices associated with this master account).
Devices’ information will be retrieved, for example: IMEI 1/2, software version, last recorded GPS information…etc.
OK
{- "count": 0,
- "data": [
- {
- "IMEI_1": "string",
- "IMEI_2": "string",
- "active_since": "string",
- "app_version": "string",
- "app_version_code": 0,
- "base_version": "string",
- "base_version_code": "string",
- "cid": "string",
- "device_id": 0,
- "device_name": "string",
- "first_connected_timestamp": 0,
- "fleet_id": 0,
- "fleet_name": "string",
- "group_id": 0,
- "install_position": "string",
- "last_connected_timestamp": 0,
- "last_device_server_connection_speed": "string",
- "last_recall_time": 0,
- "latest_gps_signal": "string",
- "latest_lat": 0,
- "latest_lng": 0,
- "latest_lte_signal": "string",
- "latest_timestamp": 0,
- "midm_client_version": "string",
- "midm_client_version_code": "string",
- "midm_system_version": "string",
- "midm_system_version_code": "string",
- "mmf_detail_map_version": "string",
- "model": "string",
- "model_id": 0,
- "ota_created_at": "string",
- "ota_status": "string",
- "owner": "string",
- "plan_status": "string",
- "plan_type": "string",
- "profile_details": [
- {
- "type": "string",
- "display_name": "string",
- "version_code": "string",
- "target_version": "string"
}
], - "recalls": 0,
- "region": "string",
- "region_version": "string",
- "region_version_code": 0,
- "remark": "string",
- "serial_number": "string",
- "speedcam_file_md5": "string",
- "speedcam_version": "string",
- "speedcam_version_code": 0,
- "speedcam_version_name": "string",
- "start_on": "string",
- "status": "string",
- "vehicle_type": "string",
- "vehicle_type_display_name": "string",
- "vehicle_type_is_default": "string",
- "connectivity_state": "string",
- "keep_alive_timestamp": 0,
- "icc_id": "string"
}
]
}To assign devices to fleet. Multiple device ids are accepted.
The device will be moved from the master's inventory into the fleet.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string"
}This API is used to list devices in the Master inventory that have not been assigned to any fleet.
This endpoint provides pagination functionality and allows the use of additional query parameters to control the retrieval of subsequent data.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "total": 0,
- "data": [
- {
- "device_id": 0,
- "IMEI_1": "string",
- "IMEI_2": "string",
- "serial_number": "string",
- "model": "string",
- "fleet_id": 0,
- "fleet_name": "string",
- "recalls": 0,
- "last_recall_time": 0,
- "plan": "string"
}
]
}
}This API is used to list devices in the Master inventory that have been assigned to fleets.
This endpoint provides pagination functionality and allows the use of additional query parameters to control the retrieval of subsequent data.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "total": 0,
- "data": [
- {
- "device_id": 0,
- "IMEI_1": "string",
- "IMEI_2": "string",
- "serial_number": "string",
- "model": "string",
- "fleet_id": 0,
- "fleet_name": "string",
- "recalls": 0,
- "last_recall_time": 0,
- "plan": "string",
- "has_new_configuration": true
}
]
}
}This API is used to autocomplete search keywords for the unassigned inventory list.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": [
- {
- "type": "string",
- "value": "string"
}
]
}This API is used to autocomplete search keywords for the assigned inventory list.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": [
- {
- "type": "string",
- "value": "string"
}
]
}This API is used to get the fleets list under current account, including
How many account created in the fleet, account address, ID, created time, fleet ID, fleet name, phone number registered for the fleet, preferred timezone setting when system sends notification email or messages.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "count": 0,
- "data": [
- {
- "account_number": 0,
- "address": "string",
- "created_time": 0,
- "id": 0,
- "name": "string",
- "notes": "string",
- "phone_country_code": "string",
- "phone_number": "string",
- "timezone_notification": "string",
- "update_at": "string"
}
]
}This API is to get the information of a fleet, including
number of accounts created in the fleet, fleet name, fleet ID, fleet created time, email address of fleet owner, phone number of the fleet owner, preferred timezone setting when system sends notification email or messages.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": [
- {
- "account_number": 0,
- "address": "string",
- "created_time": 0,
- "id": 0,
- "name": "string",
- "notes": "string",
- "phone_country_code": "string",
- "phone_number": "string",
- "timezone_notification": "string",
- "update_at": "string"
}
]
}This API is to add a new fleet
OK
{- "fleetId": "string",
- "name": "string",
- "address": "string",
- "countryCode": "string",
- "notes": "string",
- "phoneNumber": "string"
}{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "id": 0
}Delete the fleet with the fleet Id
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string"
}This API has been deprecated;
we recommend using the new one.
OK
{- "id": 0,
- "fleetId": "string",
- "address": "string",
- "countryCode": "string",
- "notes": "string",
- "phoneNumber": "string",
- "timezone_notification": "US/Eastern"
}{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string"
}{- "current": {
- "liveview": {
- "in_cabin": true
}, - "event": {
- "video_retain_duration": 180,
- "snapshot_retain_duration": 180,
- "nmea_retain_duration": 180
}, - "device": {
- "system_smart_link_advance_enable": false
}
}, - "default": {
- "liveview": {
- "in_cabin": true
}, - "event": {
- "video_retain_duration": 180,
- "snapshot_retain_duration": 180,
- "nmea_retain_duration": 180
}, - "device": {
- "system_smart_link_advance_enable": false
}
}, - "custom": {
- "liveview": {
- "in_cabin": true
}, - "event": {
- "video_retain_duration": 180,
- "snapshot_retain_duration": 180,
- "nmea_retain_duration": 180
}, - "device": {
- "system_smart_link_advance_enable": false
}
}
}This API can be used to modify the configuration of fleet, ensuring that each modification will overwrite the previous settings
This configuration relies on dynamic JSON input.
object (Liveview) The Liveview configuration allows you to customize its settings. | |
object (EventSetting) The Event configuration allows you to customize its settings. | |
object (DeviceSetting) The Device configuration allows you to customize its settings. |
OK
{- "liveview": {
- "in_cabin": true
}, - "event": {
- "video_retain_duration": 180,
- "snapshot_retain_duration": 180,
- "nmea_retain_duration": 180
}, - "device": {
- "system_smart_link_advance_enable": false
}
}This API can simultaneously add fleet and admin.
OK
This API allows the admin to edit information of fleet.
Only the parameters that are passed in will be updated.
OK
This API is used to get the device list of fleet,
query with device IMEI, activated time, app version, base image version, CID, device ID, device name, fleet ID, fleet name, fist connected timestamp, group ID, installation position…etc.
OK
{- "count": 0,
- "data": [
- {
- "IMEI_1": "string",
- "IMEI_2": "string",
- "active_since": "string",
- "app_version": "string",
- "app_version_code": 0,
- "base_version": "string",
- "base_version_code": "string",
- "cid": "string",
- "device_id": 0,
- "device_name": "string",
- "first_connected_timestamp": 0,
- "fleet_id": 0,
- "fleet_name": "string",
- "group_id": 0,
- "install_position": "string",
- "last_connected_timestamp": 0,
- "last_device_server_connection_speed": "string",
- "last_recall_time": 0,
- "latest_gps_signal": "string",
- "latest_lat": 0,
- "latest_lng": 0,
- "latest_lte_signal": "string",
- "latest_timestamp": 0,
- "midm_client_version": "string",
- "midm_client_version_code": "string",
- "midm_system_version": "string",
- "midm_system_version_code": "string",
- "mmf_detail_map_version": "string",
- "model": "string",
- "model_id": 0,
- "ota_created_at": "string",
- "ota_status": "string",
- "owner": "string",
- "plan_status": "string",
- "plan_type": "string",
- "profile_details": [
- {
- "type": "string",
- "display_name": "string",
- "version_code": "string",
- "target_version": "string"
}
], - "recalls": 0,
- "region": "string",
- "region_version": "string",
- "region_version_code": 0,
- "remark": "string",
- "serial_number": "string",
- "speedcam_file_md5": "string",
- "speedcam_version": "string",
- "speedcam_version_code": 0,
- "speedcam_version_name": "string",
- "start_on": "string",
- "status": "string",
- "vehicle_type": "string",
- "vehicle_type_display_name": "string",
- "vehicle_type_is_default": "string",
- "connectivity_state": "string",
- "keep_alive_timestamp": 0,
- "icc_id": "string",
- "assigned_to_vehicle": true,
- "has_new_configuration": true
}
]
}This API is to update device plan type and vehicle type. Update vehicle type will be deprecated in the future
OK
{- "deviceIds": "string",
- "vehicleType": "string",
- "planType": "string"
}{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string"
}This API is used to recall a device from fleet. The device will lists in Master's inventory after recall.
Need the device id to recall, can insert multiple device IDs.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "new_device_id": 0,
- "old_device_id": 0,
- "si_info": {
- "name": "string"
}
}This API retrieves the device's metadata based on its single unit identifiers.
At least one of the parameters must be provided.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "Model": "string",
- "Carton": "string",
- "Pallet": "string",
- "MATIC_SN": "string",
- "SN_1": "string",
- "IMEI1": "string",
- "BICSKUSER": "string",
- "MCKS": "string",
- "Mac_Address": "string"
}
}Send a remote command to formate SD card
OK
{- "type": "SDCARD"
}{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "task_id": "string"
}
}This can be used to retrieve general information of a device:
IMEI 1/IMEI 2, activated from, activated date/time, application version, front camera height, CID, device ID, device name, device installed location, firmware version, first connected timestamp, group ID, online status…etc. Emit the cid to retrieve the full list.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "count": 0,
- "data": [
- {
- "IMEI_1": "string",
- "IMEI_2": "string",
- "active_at": "2023-11-12 00:09:00",
- "active_since": 0,
- "application_version": "string",
- "camera_height": 0,
- "cid": "string",
- "custom_camera_height_changed": true,
- "device_id": 0,
- "device_name": "string",
- "driver_position": "string",
- "event_count": 0,
- "firmware_version": "string",
- "first_connected_timestamp": 0,
- "group_id": 0,
- "image": "string",
- "inserted_at": "string",
- "install_position": "string",
- "is_online": true,
- "last_connected_timestamp": 0,
- "last_device_server_connection_speed": "2019-08-24T14:15:22Z",
- "last_update_time": "string",
- "latest_event_id": 0,
- "latest_event_type": 1,
- "latest_lat": 0,
- "latest_lng": 0,
- "latest_parking_timestamp": 0,
- "latest_timestamp": "string",
- "latest_trips_id": 0,
- "latest_trips_status": "string",
- "license_plate": "string",
- "liveview_session": "string",
- "mmf_detail_map_version": "string",
- "name": "string",
- "onging_live_trip": "string",
- "organization_id": 0,
- "pid": "string",
- "plan_type": "string",
- "product_name": "string",
- "region": "string",
- "serial_number": "string",
- "sku_name": "string",
- "snapshot": [
- {
- "image": "string",
- "event_type": 1
}
], - "speedcam_file_md5": "string",
- "speedcam_version": 0,
- "speedcam_version_name": "string",
- "total_photo": 0,
- "total_photo_msg": "string",
- "trip_count": 0,
- "trip_info": "string",
- "vehicle_identification_number": "string",
- "vehicle_type": "string",
- "vehicle_type_display_name": "string",
- "vehicle_type_is_default": 0,
- "recalls": 0,
- "connectivity_state": "string",
- "keep_alive_timestamp": 0,
- "miai_service_version": "string",
- "version": [
- {
- "mmf_poi_map_versions": "string",
- "mmf_detail_map_versions": "string",
- "speed_camera_versions": "string",
- "mmf_base_map_versions": "string"
}
], - "adas_description_state": [
- {
- "meta_data": {
- "camera_height": 0,
- "car_hood": 0,
- "car_width": 0,
- "vanish_x": 0,
- "vanish_y": 0
}, - "reason": "string"
}
], - "dms_description_state": [
- {
- "reason": "string"
}
], - "dms_camera": "string",
- "dms_camera_position": "string",
- "is_device_and_dms_camera_setup_available": true,
- "has_new_configuration": true
}
]
}Used to fetch the last time diagnostic report of a device.
Including: assigning status, attention flag, CID, device ID, model, device name, repair flag, and report.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "assigned": true,
- "attention_flag": true,
- "cid": "string",
- "device_id": 0,
- "model": "string",
- "name": "string",
- "repair_flag": true,
- "fleet_id": 0,
- "fleet_name": "string",
- "report": {
- "health_battery": {
- "charge_percentage": {
- "status": "string"
}, - "health_percentage": {
- "status": "string"
}, - "voltage": {
- "status": 0
}
}, - "health_cams": {
- "embedded_inward": {
- "status": "string",
- "ai_detection": "string",
- "record_driver": "string",
- "dms_ai_invalid": "string"
}, - "embedded_outward": {
- "status": "string",
- "ai_detection": "string",
- "record_driver": "string",
- "adas_ai_invalid": "string"
}, - "uvc": {
- "record_driver": "string",
- "ai_detection": "string",
- "status": "string"
}, - "tvi": {
- "camera_1_status": "string",
- "camera_2_status": "string",
- "camera_3_status": "string",
- "camera_4_status": "string"
}
}, - "health_general": {
- "connectivity_type": {
- "status": "string"
}, - "gps_signal": {
- "status": "string"
}, - "lte_signal": {
- "status": "string"
}, - "report_request_by": {
- "status": "string"
}
}, - "health_icc": {
- "id": "string",
- "sim_type": "string",
- "apn": "string",
- "mnc": "string",
- "mcc": "string"
}, - "health_issues": "string",
- "health_modules": {
- "gps": {
- "status": "string"
}, - "g_sensor": {
- "status": "string"
}, - "lte": {
- "status": "string"
}, - "sd_card_1": {
- "status": "string",
- "description": "string",
- "solution": "string"
}, - "sim_card": {
- "status": "string"
}, - "wifi": {
- "status": "string"
}
}, - "health_network": {
- "data_usage": {
- "status": "string"
}, - "download_speed": {
- "status": "string"
}, - "upload_speed": {
- "status": 0
}
}, - "health_storages": {
- "internal": {
- "status": "string",
- "id": "string",
- "life_percentage": "string",
- "storage": "string"
}, - "sd_card_1": {
- "status": "string",
- "id": "string",
- "life_percentage": "string",
- "storage": "string"
}, - "sd_card_2": {
- "status": "string",
- "id": "string",
- "life_percentage": "string",
- "storage": "string"
}
}, - "health_times": {
- "first_gps_fixed_taken_time_second": {
- "status": 0
}, - "latest_acc_off_timestamp": {
- "status": 0
}, - "latest_acc_on_timestamp": {
- "status": 0
}, - "latest_app_crash_timestamp": {
- "status": "string"
}, - "latest_app_launch_timestamp": {
- "status": 0
}, - "latest_system_boot_timestamp": {
- "status": 0
}, - "latest_system_shutdown_timestamp": {
- "status": 0
}, - "latest_upload_data_failure_timestamp": {
- "status": 0
}, - "server_response_time_second": {
- "status": 0
}
}, - "health_gps": {
- "first_fix": {
- "status": "string"
}, - "in_use_satellite_count": {
- "status": "string"
}, - "issue_began_at": {
- "status": 0
}, - "location_function": {
- "status": "string"
}, - "provider": {
- "status": "string"
}, - "satellite_count": {
- "status": "string"
}
}, - "health_sensor": {
- "accelerometer": {
- "status": "string"
}, - "event_detection": {
- "status": "string"
}, - "gravity": {
- "status": "string"
}, - "gyroscope": {
- "status": "string"
}
}, - "latest_gps_signal": "string",
- "latest_lte_signal": "string",
- "needs_attention": 0,
- "needs_to_be_repaired": 0,
- "version": 0
}
}
}Get the latest parking-related event snapshots by device CID. Supports multiple camera angles.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "cid": "string",
- "organization_id": 0,
- "snapshot": [
- {
- "insert_at": "string",
- "timestamp": 0,
- "type": 0,
- "image": "string"
}
], - "total_photo": 0,
- "total_photo_msg": "string"
}
}Fetch installed snapshot images by serial_number. Includes capture timestamp and camera angles.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "timestamp": 0,
- "snapshots": [
- {
- "url": "string",
- "capture_mode": "string"
}
]
}
}Fetch latest DMS and ADAS snapshots by device certificate ID (cid).
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "dms_info": {
- "timestamp": 0,
- "lat": 0,
- "lng": 0,
- "car_width": 0,
- "car_hood": 0,
- "camera_height": 0,
- "vanish_y": 0,
- "vanish_x": 0,
- "snapshots": [
- {
- "ticket": "string",
- "url": "string",
- "capture_mode": "string"
}
]
}, - "adas_info": {
- "timestamp": 0,
- "lat": 0,
- "lng": 0,
- "car_width": 0,
- "car_hood": 0,
- "camera_height": 0,
- "vanish_y": 0,
- "vanish_x": 0,
- "snapshots": [
- {
- "ticket": "string",
- "url": "string",
- "capture_mode": "string"
}
]
}
}
}