https://api.vodia.com/domain/_cdr/_downloads
https://doc.vodia.com/docs/cdr
Domain CDRs Download
GET (Getting the Domain CDR's List of details)
GET
1) Info of the entire list of Domain's extension level CDR values and their unique IDs
rest/domain/domain_name/cdrs
Parameters
| Field | Type | Description |
|---|---|---|
| domain_name | String | Name of the existing domain. |
| User | Integer | Extension number. |
| Page | Integer | Page number of which details are requested. |
| Size | Integer | Size of list per page |
Success (200 OK)
Example:
Request:
curl -u admin:password 'http://192.168.1.194:8080/rest/domain/localhost/cdrs?page=1&size=50&user=43'
2) Info of the entire list of Domain's extension level CDR values and their unique IDs according to the dates
rest/domain/domain_name/cdrs?start=START_DATE&end=END_DATE&callid=EXT_NUM&size=INT&page=INT
Parameters
| Field | Type | Description |
|---|---|---|
| domain_name | String | Name of the existing domain. |
| Callid | Integer | Extension number. |
| Page | Integer | Page number of which details are requested. |
| Size | Integer | Size of list per page |
| Start | Integer | Start date of the CDR search |
| End | Integer | End date of the CDR search |
Success (200 OK)
Example:
Request:
curl -u admin: 'http://192.168.1.113/rest/domain/localhost/cdrs?start=20181127&end=20190205&callid=440&size=25&page=1'
This is the list for all the CDRs for a particular extension.