Returns a list of versions, each denoting a set of the Targeting 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.
Method: GET
URI: /settings/recording/v1/targeting/history
Parameters
Name | Type | Description |
---|---|---|
pagination_token | string | [optional] The token to start the page at. The default is the most recent version of settings. |
limit | integer | [optional] The max number of returned versions. The default is 20 and the max is 100. |
Request Headers
Authorization: Basic {YOUR_API_KEY}
Status Codes
200
: A successful response.