get https://api4.optimove.net/Actions/GetExecutedCampaignsByChannel
Returns the list of campaigns executed for a particular channel on a particular date.
Notes
- This call returns results only for successful campaigns that have more than 0 customers
Sample Request
https://apiX.optimove.net/current/actions/GetExecutedCampaignsByChannel?ChannelID=15&Date=2018-02-20
Sample Response
[
{"CampaignID":"12"},
{"CampaignID":"16"},
{"CampaignID":"17"},
{"CampaignID":"19"}
]