{ "opencollection": "1.0.0", "info": { "name": "AppConnect V3 Account Services SMS Reporting API", "version": "3.0.149" }, "items": [ { "info": { "name": "SMS Reporting", "type": "folder" }, "items": [ { "info": { "name": "GET an SMS Campaigns Summary Report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reports/summary_reports/sms_campaign_summaries", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Use to limit the number of results to return on a single page (from 1 to 50). The default setting is 50." }, { "name": "start_at", "value": "", "type": "query", "description": "Use to limit the results to include SMS campaign summary details for SMS campaigns sent on or after the required `start_at` date you specify. ISO 8601 format." }, { "name": "end_at", "value": "", "type": "query", "description": "Use to limit the results to include SMS campaign summary details for SMS campaigns sent on or before the `end_at` date you specify. ISO 8601 format." } ] }, "docs": "Use this method to get SMS campaign summary details, including the total number of times that each contact uniquely interacted with each tracked campaign activity and aggregate tracking statistics. Results are sorted in descending order by the date the SMS was last sent (`last_sent_date`).\nThe `start_at` date is required. Use both the `start_at` and `end_at` date query parameters to return only SMS campaign summary details that occurred within a specified date range.\nUse the `limit` query parame" } ] } ], "bundled": true }