get https://api4.optimove.net/Customers/GetCustomersActionEndedByDate
Returns customer IDs and details of the campaigns they received, for action durations which ended on a particular date.
Sample Request
https://apiX.optimove.net/current/customers/GetCustomersActionEndedByDate?Date=2018-05-10
Sample Response
[
{"CustomerID":"231342","ActionID":428,"ChannelID":504,"Date":"2018-05-03","Duration":7,"TargetGroupID":15},
{"CustomerID":"981002","ActionID":22,"ChannelID":504,"Date":"2018-05-05","Duration":5,"TargetGroupID":34}
]