This call is currently in BETA. Contact your Technical Account Manager for more information.
Update default privacy mode configurations for all devices in an organization. These settings apply to all devices currently in the organization and any devices added in the future.
Note:
1. This API call only updates the privacy mode configuration object with the values provided in the requested payload. Any values not provided in the request will remain the same.2. If an organization profile is enabled, the updated values will be set for all devices in this organization. Any values not provided, will not be updated in the privacy mode' settings.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Internal server error
{- "gpsTracking": "enabled",
- "liveVideo": "enabled",
- "cabinEvents": "enabled",
- "cabinLensVideo": "enabled",
- "cabinBeepAlerts": "enabled",
- "voiceRecording": "enabled",
- "roadAndAuxEvents": "enabled",
- "roadAndAuxLensVideo": "enabled",
- "accelerationEvents": "enabled",
- "gSensorEvents": "enabled",
- "virtualEvent": "enabled",
- "otherEvents": "enabled"
}
{- "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37",
- "data": {
- "gpsTracking": "enabled",
- "liveVideo": "enabled",
- "cabinEvents": "enabled",
- "cabinLensVideo": "enabled",
- "cabinBeepAlerts": "enabled",
- "voiceRecording": "enabled",
- "roadAndAuxEvents": "enabled",
- "roadAndAuxLensVideo": "enabled",
- "accelerationEvents": "enabled",
- "gSensorEvents": "enabled",
- "virtualEvent": "enabled",
- "otherEvents": "enabled"
}
}