Get Country Settings
This request returns the specified country settings object.
Resource
GET /countrysettings/<OID>
Parameters
None
Payload
None
Response
Context
Authorization |
Administrator |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/countrysettings/1757883
Response
{
"object": {
"system": false,
"nonLocalPrefixes": [
{
"matchString": "+44",
"oid": "1969429",
"objectType": "XCCNumberPrefix"
}
],
"normalizationRules": [
{
"prefix": "+4",
"replacement": "0",
"applyTo": "all_nrs",
"oid": "1969430",
"objectType": "XCCNumberMapping"
}
],
"permissions": "ReadWriteRemove",
"commonName": "country settings 4",
"oid": "1969428",
"objectType": "XCCCountrySettings"
},
"links": [
{
"rel": "self",
"href": "https://xelion.nl/api/v1/master/countrysettings/1969428",
"method": "GET"
}
]
}