Get Allow GSM Dial If Busy
This request returns the allow gsm dial if busy state of this device.
When this is on, this device is receiveing second incoming calls.
Resource
GET /me/device/allow_gsm_dial_if_busy
Parameters
None
Payload
None
Response
Object Response < boolean >
Context
Authorization |
User |
Errors
HTTP code | Xelion code | Description |
---|---|---|
400 |
10050 |
The user’s device is not registered. |
Example
Request
GET https://xelion.nl/api/v1/master/me/device/allow_gsm_dial_if_busy
Response
{
"object": true,
"links": [
{
"rel": "self",
"href": "http://www.xelion.nl/api/v1/master/me/device/allow_gsm_dial_if_busy",
"method": "GET"
}
]
}