get https://api4.optimove.net/Customers/GetCustomerActionDetailsByDate
Returns customer IDs and details of the campaigns sent to them 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.
Sample Request
https://apiX.optimove.net/current/customers/GetCustomerActionDetailsByDate?Date=2018-05-10
Sample Response
[
{"CustomerID":"231342","RecipientGroupID":1,"ActionID":42,"ChannelID":504},
{"CustomerID":"940023","RecipientGroupID":2,"ActionID":42,"ChannelID":504}
]