Skip to main content
Version: v1

Get Target Rules

Returns the current set of targeting rules.

Responses
200

A successful response.


{
"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 -L -X GET 'https://api.fullstory.com/settings/recording/v1/targeting' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'