GET /campaign/execution/:id/purge

When purging a Campaign Execution, all undelivered notifications associated with that execution will be canceled. These notifications will be marked with Result Code 721.
Resource URL:

GET http://slingshot.surgentnetworks.com/api/campaign/execution/:id/purge

Header Parameters:

Parameter Value Required?
X-Security-Token [your security token] Yes

URL Parameters:

Parameter Value Required?
id The GUID of the Campaign Template to be purged Yes

Expected Result:
Header:

HTTP/1.1 200 OK

GET /campaign/execution/:id/unpause

When un-pausing a Campaign Execution, all undelivered notifications associated with that execution will be moved back into the delivery queue.
Resource URL:

GET http://slingshot.surgentnetworks.com/api/campaign/execution/:id/unpause

Header Parameters:

Parameter Value Required?
X-Security-Token [your security token] Yes

URL Parameters:

Parameter Value Required?
id The GUID of the Campaign Template to be un-paused Yes

Expected Result:
Header:

HTTP/1.1 200 OK

GET /campaign/execution/:id/pause

When pausing a Campaign Execution, all undelivered notifications associated with that execution will be moved from the delivery queue into a pause list.
Resource URL:

GET http://slingshot.surgentnetworks.com/api/campaign/execution/:id/pause

Header Parameters:

Parameter Value Required?
X-Security-Token [your security token] Yes

URL Parameters:

Parameter Value Required?
id The GUID of the Campaign Template to be paused Yes

Expected Result:
Header:

HTTP/1.1 200 OK