Get Domain Settings
Returns the current domain settings for recording.
Query Parameters
platform string optional
Determines which platform to show settings from - web
or mobile
. Defaults to web
.
Responses
200
A successful response.
Schema
Example
Schema
- Array [
- ]
onlyRecordKnownDomains boolean optional
domains object[] optional
disabled boolean optional
domain string optional
metadata object optional
lastUpdated date-time optional
When this entity was last updated.
lastUpdatedBy string optional
Who made the last update to this entity.
created date-time optional
When this entity was first created.
createdBy string optional
Who first created this entity.
{
"onlyRecordKnownDomains": false,
"domains": [
{
"disabled": false,
"domain": "fullstory.com"
}
],
"metadata": {
"lastUpdated": "2020-10-01T23:53:05.821Z",
"lastUpdatedBy": "bob@example.com",
"created": "2020-10-01T23:53:05.821Z",
"createdBy": "bob@example.com"
}
}
Loading...