POST api/phone/cdrs?start_date={start_date}&end_date={end_date}&start={start}&pageSize={pageSize}&orig_callid={orig_callid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start_date | string |
Required |
|
| end_date | string |
Required |
|
| start | integer |
Default value is 0 |
|
| pageSize | integer |
Default value is 100 |
|
| orig_callid | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Cdr| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
None. |
|
| cdr_id | string |
None. |
|
| orig_sub | string |
None. |
|
| orig_from_uri | string |
None. |
|
| orig_from_name | string |
None. |
|
| orig_req_uri | string |
None. |
|
| by_sub | string |
None. |
|
| term_sub | string |
None. |
|
| term_to_uri | string |
None. |
|
| time_start | string |
None. |
|
| time_answer | string |
None. |
|
| time_release | string |
None. |
|
| duration | string |
None. |
|
| time_talking | string |
None. |
|
| orig_callid | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"type": "sample string 1",
"cdr_id": "sample string 2",
"orig_sub": "sample string 3",
"orig_from_uri": "sample string 4",
"orig_from_name": "sample string 5",
"orig_req_uri": "sample string 6",
"by_sub": "sample string 7",
"term_sub": "sample string 8",
"term_to_uri": "sample string 9",
"time_start": "sample string 10",
"time_answer": "sample string 11",
"time_release": "sample string 12",
"duration": "sample string 13",
"time_talking": "sample string 14",
"orig_callid": "sample string 15"
},
{
"type": "sample string 1",
"cdr_id": "sample string 2",
"orig_sub": "sample string 3",
"orig_from_uri": "sample string 4",
"orig_from_name": "sample string 5",
"orig_req_uri": "sample string 6",
"by_sub": "sample string 7",
"term_sub": "sample string 8",
"term_to_uri": "sample string 9",
"time_start": "sample string 10",
"time_answer": "sample string 11",
"time_release": "sample string 12",
"duration": "sample string 13",
"time_talking": "sample string 14",
"orig_callid": "sample string 15"
}
]