Get Call Logs
Get call logs within a timeframe
Get Call Logs
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
{
"calls":[
{
"dest":"8009957586",
"src":"2125551234",
"start":1529552691,
"end":1529552697,
"session_id":"300060;001;1529552581",
"type":"inbound",
"log":true
},
{
"dest":"8009957586",
"src":"6175551234",
"start":1529550008,
"end":1529550036,
"session_id":"400050;001;1529549919",
"type":"inbound",
"log":true
}
],
"total_calls":2
}Possible Response Codes
Definitions: Single Call Entry
Sample Code
Last updated