Campaign APIs
This endpoint lists all communications sent in a particular campaign
get/api/external/campaign/get-campaign-report
Query parameters
campaign_idstring
Campaign id you want to fetch.
Headers
RF-Api-Keystring required
Response
Auto generated using Swagger Inspector
{"stackTrail":"paths:/api/external/campaign/get-campaign-report:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"data":{"total":{"bounced":0,"opened":0,"replied":0,"scheduled":0,"sent":0},"touchpoints":[]}}}
Example response
{
"data": {
"total": {
"bounced": 0,
"opened": 0,
"replied": 0,
"scheduled": 0,
"sent": 0
},
"touchpoints": []
}
}Changes
Changed in 1 of the 2 revisions of this API.1
- ▲
the
headerrequest parameterRF-Api-Keybecame requiredrequest-parameter-became-required
- ▲