Data privacy API - GET configuration

Gets the global configuration of data privacy, affecting all your applications.

The request produces an application/json payload.

GET
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/dataPrivacy
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/dataPrivacy

Parameters

The request doesn't provide any configurable parameters.

Response format

The DataPrivacy object

Element Type Description
metadata ConfigurationMetadata

Metadata useful for debugging.

maskIpAddressesAndGpsCoordinates boolean

Mask IP addresses and GPS coordinates enabled/disabled.

maskUserActionNames boolean

Mask user action names (Web applications only) enabled/disabled.

maskPersonalDataInUris boolean

Mask personal data in URIs enabled/disabled.

The ConfigurationMetadata object

Metadata useful for debugging

Element Type Description
configurationVersions integer[]

A Sorted list of the version numbers of the configuration.

clusterVersion string

DESK server version.