GET api/createhrbulktrafficreport?customerServiceId={customerServiceId}&connectedCalls={connectedCalls}&cdrStartId={cdrStartId}&cdrLength={cdrLength}
Request for creation of filtered High Retention report in bulk mode. In case of positive outcome it returns code that can be used to download file.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerServiceId |
Id of desired service for report generation. |
integer |
Required |
| connectedCalls |
Calls of interest: true = connected calls, false = not connected calls. |
boolean |
Required |
| cdrStartId |
Initial Id to start from Connected/NotConnected CallDetailRecords to start. |
integer |
Required |
| cdrLength |
Number of Connected/NotConnected CallDetailRecords item to include in report. |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
[String] - Code that can be used to download file.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.