Get Privacy Settings History
Returns a list of versions, each denoting a set of the Privacy Settings. Every time these settings are modified, a new version is created. This endpoint allows for paging through the history of these settings for audit purposes.
Query Parameters
paginationToken string optional
The token to start the page at. The default is the most recent version of settings.
limit int32 optional
The max number of returned versions. The default is 20 and the max is 100.
Responses
200
A successful response.
Schema
Example
Schema
versions object[] optional
nextPaginationToken string optional
{
"versions": [
{
"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": {}
}
],
"next_pagination_token": "v179a4d1019fg"
}
GET /settings/recording/v1/privacy/history
Authorization: ApiKeyAuth
name: Authorizationin: headertype: apiKey
https://api.fullstory.com/settings/recording/v1/privacy/history
- cURL
- Python
- Go
- Javascript
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/privacy/history' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/privacy/history' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/privacy/history' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/privacy/history' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'