Reception status
Required product: Switch PremiumGet the number of current calls to this reception grouped by their status.
Properties
Name | Description |
new |
{"new":1}Number of active calls that are still listening to intro message or in a menu. |
ringing |
{"ringing":1}Number of calls that are ringing. |
answered |
{"answered":1}Number of active calls currently speaking with an employee. |
Request
GET /api/v2/receptions/:id/status
Response
Status: 200 OK
{ "new": 0, "ringing": 0, "answered": 0 }