get https://api4.optimove.net/Actions/GetExecutedCampaignsByChannel
Returns the list of campaigns executed for a particular channel on a particular date.
Rate Limit
This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.
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"}
]