Detail
curl -L -X GET 'https://{base_url}/v1/cdr/01b7d166-b564-42ec-80a1-4ad343225934' \
-H 'Authorization: Bearer {token}'
Response trả về:
{
"id": "01b7d166-b564-42ec-80a1-4ad343225934",
"sip_call_id": "aabbccddee112233..",
"cause": "NORMAL_CLEARING",
"duration": 45,
"billsec": 39,
"direction": 3,
"recording_url": "",
"extension": "101",
"from_number": "19001919",
"to_number": "0899888999",
"receive_dest": "",
"time_started": "2021-02-18 17:20:58",
"time_answered": "",
"time_ended": "2021-02-18 17:21:05",
"status": "BUSY"
}
API dùng để lấy một cdr cụ thể. Id có thể id của CDR hoặc sip_call_id trong bản tin
HTTP Request
GET https://{base_url}/v1/cdr/<ID>
URL Parameters
Parameter | Description |
---|---|
ID | Id của CDR hoặc sip_call_id trong bản tin |