get https://api4.optimove.net/Customers/GetCanceledCampaignCustomers
Returns an array of all customer IDs that had been included in a campaign that was canceled, along with their associated action IDs and promo codes.
Note
- The data for a canceled campaign will be available for two hours after the cancellation notification is sent to an event listener registered to receive notice of canceled campaigns (refer to EventTypeID 4 in RegisterEventListener).
Sample Request
https://apiX.optimove.net/current/customers/GetCanceledCampaignCustomers?CampaignID=6574
Sample Response
[
{"CustomerID":"231342","ActionID":"4","PromoCode":"A7Bonus"},
{"CustomerID":"463516","ActionID":"4","PromoCode":"A7Bonus"},
{"CustomerID":"463516","ActionID":"4","PromoCode":"A7Bonus",“A9Bonus”}
]