get https://api4.optimove.net/Customers/GetCustomerActionDetailsByDate
Returns customer IDs and details of the campaigns sent to them on a particular date.
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}
]