Resource URIs
https://api.voicetel.com/cdr/[api_key]/
https://api.voicetel.com/cdr/[start_timestamp]/[end_timestamp]/[api_key]/
RESTful GET Request
| Property |
Description |
| [start_timestamp] |
Start Unix Timestamp (Optional) |
| [end_timestamp] |
End Unix Timestamp (Optional) |
| [api_key] |
Your API Key |
JSON Response
| Property |
Description |
| status |
REST Response |
| cdr |
Data Container |
| id |
Unique Identifier |
| key[0] |
Account Username |
| key[1] |
Unix Timestamp (Date) |
| value["cid"] |
Originator Caller ID |
| value["dst"] |
Destination Caller ID |
| value["ip"] |
Originator IP Address |
| value["dur"] |
Call Duration (Seconds) |
| value["nr"] |
Per Minute Rate |
| value["ba"] |
Billed Amount |
| value["cn"] |
Caller ID Name (Optional) |