Get Target Rules
Returns the current set of targeting rules.
Responses
200
A successful response.
Schema
Example
Schema
sessionTargetingRules object[] optional
metadata object optional
{
"sessionTargetingRules": [],
"metadata": {
"lastUpdated": "2020-10-01T23:53:06.496Z",
"lastUpdatedBy": "bob@example.com",
"created": "2020-10-01T23:53:06.496Z",
"createdBy": "bob@example.com"
}
}
GET /settings/recording/v1/targeting
Authorization: ApiKeyAuth
name: Authorizationin: headertype: apiKey
https://api.fullstory.com/settings/recording/v1/targeting
- cURL
- Python
- Go
- Javascript
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/targeting' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/targeting' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/targeting' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/targeting' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'