HotlineReports APIs
-
Count Hotline Records
Description: Get the total number of hotline recordsUsage:
GET api/Hotlines/Reports/Count/{PhoneNumber}/{BeginDate}/{EndDate}
Parameter Type Source Description PhoneNumber String FromUri The hotline phone number BeginDate String FromUri The date to start returning records from EndDate String FromUri The last date to return records from Returns:
Total number of records
Examples:
<!-- Intent: retrieve the count of records for the calls into the hotline (866) 802-0837 sent between 3/1/2013 and 3/31/2013. GET to the following url http://api.v4.swiftreach.com/api/Hotlines/Reports/Count/8668020837/3-1-2013/3-31-2013 --> <!-- No XML input is required --> <!-- example return value --> <int>1</int>