POST api/phone/calls?start={start}&pageSize={pageSize}
Call - Read active Calls
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start |
Offset from the beginning of the returned list. Default value: 0 |
integer |
Default value is 0 |
| pageSize |
Number limit for the amount of Calls returned. |
integer |
Default value is 100 |
Body Parameters
None.
Response Information
Resource Description
Collection of ActiveCall| Name | Description | Type | Additional information |
|---|---|---|---|
| orig_callid | string |
None. |
|
| orig_match | string |
None. |
|
| orig_user | string |
None. |
|
| orig_domain | string |
None. |
|
| orig_uri | string |
None. |
|
| orig_name | string |
None. |
|
| ani | string |
None. |
|
| dnis | string |
None. |
|
| by_action | string |
None. |
|
| by_user | string |
None. |
|
| by_domain | string |
None. |
|
| by_callid | string |
None. |
|
| term_callid | string |
None. |
|
| term_user | string |
None. |
|
| term_domain | string |
None. |
|
| term_uri | string |
None. |
|
| time_begin | string |
None. |
|
| time_answer | string |
None. |
|
| orig_call_info | string |
None. |
|
| term_call_info | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"orig_callid": "sample string 1",
"orig_match": "sample string 2",
"orig_user": "sample string 3",
"orig_domain": "sample string 4",
"orig_uri": "sample string 5",
"orig_name": "sample string 6",
"ani": "sample string 7",
"dnis": "sample string 8",
"by_action": "sample string 9",
"by_user": "sample string 10",
"by_domain": "sample string 11",
"by_callid": "sample string 12",
"term_callid": "sample string 13",
"term_user": "sample string 14",
"term_domain": "sample string 15",
"term_uri": "sample string 16",
"time_begin": "sample string 17",
"time_answer": "sample string 18",
"orig_call_info": "sample string 19",
"term_call_info": "sample string 20"
},
{
"orig_callid": "sample string 1",
"orig_match": "sample string 2",
"orig_user": "sample string 3",
"orig_domain": "sample string 4",
"orig_uri": "sample string 5",
"orig_name": "sample string 6",
"ani": "sample string 7",
"dnis": "sample string 8",
"by_action": "sample string 9",
"by_user": "sample string 10",
"by_domain": "sample string 11",
"by_callid": "sample string 12",
"term_callid": "sample string 13",
"term_user": "sample string 14",
"term_domain": "sample string 15",
"term_uri": "sample string 16",
"time_begin": "sample string 17",
"time_answer": "sample string 18",
"orig_call_info": "sample string 19",
"term_call_info": "sample string 20"
}
]