Get Geo Settings
Returns the current geo settings.
Responses
200
A successful response.
Schema
Example
Schema
recordGeoMode string optional
Possible values: [GEO_ALL
, GEO_ALLOW_LIST
, GEO_BLOCK_LIST
]
Default value: GEO_ALL
recordGeoZones 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.
{
"recordGeoMode": "GEO_ALLOW_LIST",
"recordGeoZones": [
"CA",
"US"
],
"metadata": {
"lastUpdated": "2020-10-01T23:53:06.038Z",
"lastUpdatedBy": "bob@example.com",
"created": "2020-10-01T23:53:06.038Z",
"createdBy": "bob@example.com"
}
}
Loading...