Skip to main content
Version: v1

Get Privacy Settings

Returns the current privacy settings, including element blocks, ajax watches, etc.

Responses
200

A successful response.


{
"elementBlocks": [
{
"selector": "input[type=password]",
"consent": false,
"notes": "",
"type": "BLOCK_EXCLUDE",
"scope": "ALL_SESSIONS",
"lastUpdated": "0001-01-01T00:00:00Z",
"label": "",
"targetingConditions": null,
"editable": "EDITABLE_DESCRIPTION_ONLY",
"exceptionSelectors": [],
"groupId": 0
}
],
"ajaxWatches": [
{
"urlRegex": "/session\\?.*",
"recordReq": "ELIDE",
"recordRsp": "WHITELIST",
"whitelistReq": "",
"whitelistRsp": ""
},
{
"urlRegex": "/highlights/share.*",
"recordReq": "ELIDE",
"recordRsp": "WHITELIST",
"whitelistReq": "",
"whitelistRsp": ""
}
],
"discardIpAddresses": false,
"metadata": {
"lastUpdated": "2021-06-03T14:57:32.623593Z",
"lastUpdatedBy": "bob@example.com",
"created": "2020-09-30T18:49:27.391Z",
"createdBy": "bob@example.com"
},
"defaultPrivacyMode": "PRIVACY_MODE_OFF",
"elementRuleGroups": {}
}
Loading...