Get Do Not Dial If Busy


This request returns the do not dial if busy state of the current user.
When do not dial is busy state is on, this user is not called if the user has an already active call.

Resource

GET /me/do_not_dial_if_busy

Parameters

None

Payload

None

Response

Object Response < boolean >

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/me/do_not_dial_if_busy
Response
{
  "object": true,
  "links": [
    {
      "rel": "self",
      "href": "http://www.xelion.nl/api/v1/master/me/do_not_dial_if_busy",
      "method": "GET"
    }
  ]
}