Get Call Strategy
This request returns the call strategy of this device.
The call strategy determines how the device is calling and how the device is called.
Resource
GET /me/device/call_strategy
Parameters
None
Payload
None
Response
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/call_strategy
Response
{
"object": "sip",
"links": [
{
"rel": "self",
"href": "http://xelion.nl/api/v1/master/me/device/call_strategy",
"method": "GET"
}
]
}