PagerReports APIs
-
Count Pager Records
Description: Gets the total number of records for the given jobUsage:
GET api/Alerts/Reports/Pager/Count/{JobCode}
Parameter Type Source Description JobCode Int32 FromUri the unique numerical code identifying the job to get records for Returns:
Returns the total number of records for the given job
Examples:
<!-- Intent: retrieve the count of records for the pager alerts sent for job 1541867. GET to the following url http://api.v4.swiftreach.com/api/Alerts/Reports/Pager/Count/1541867 --> <!-- No XML input is required --> <!-- example return value --> <int>1</int>