get https://api4.optimove.net/Model/GetMicroSegmentChangers
Returns an array of customer IDs, and their before and after micro-segment IDs, for customers whose micro-segment changed during the last day for which data is available.
Notes
Sample Request
https://apiX.optimove.net/current/model/GetMicrosegmentChangers?CustomerAttributes=Alias;Country
Sample Response
[
{"CustomerID":"231342","InitialMicrosegmentID":4,"FinalMicrosegmentID":12,"CustomerAttributes":["BuddyZZ","UK"]},
{"CustomerID":"231342","InitialMicrosegmentID":3,"FinalMicrosegmentID":67,"CustomerAttributes":["Player99","US"]}
]