Call records
To get ended calls records, you will need to send a simple request to the next API route.
Send request
Use the next path:
PUT {base_url}/calls/get_records
The body allows the following fields:
| Field | Required | Description |
|---|---|---|
| callID | Optional | String field that identifies the call (how to get it) (If you specify this field, dates are optional) |
| fromDate | Optional | String field that specifies the call records start date (If you specify this field, callID is optional) |
| toDate | Optional | String field that specifies the call records end date (If you specify this field, callID is optional) |