Get Block Rules
Returns the current recording block rules.
Responses
200
A successful response.
Schema
Example
Schema
blockedIps string[] optional
blockedUas string[] optional
blockedAppIds string[] optional
metadata object optional
{
"blockedIps": [
"55.55.55.55",
"99.99.99.*"
],
"blockedUas": [
"YandexBot",
"facebot"
],
"blockedAppIds": [],
"metadata": {
"lastUpdated": "2020-10-23T15:05:50.778Z",
"lastUpdatedBy": "bob@example.com",
"created": "2020-10-01T23:53:06.141Z",
"createdBy": "bob@example.com"
}
}
GET /settings/recording/v1/blocking
Authorization: ApiKeyAuth
name: Authorizationin: headertype: apiKey
https://api.fullstory.com/settings/recording/v1/blocking
- cURL
- Python
- Go
- Javascript
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/blocking' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/blocking' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/blocking' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/blocking' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'