get https://api4.optimove.net/Actions/GetAllActions
Returns all defined action IDs and corresponding action names.
Sample Request
https://apiX.optimove.net/current/actions/GetAllActions
Sample Response
[
{"ActionID":1,"ActionName":"10% Bonus"},
{"ActionID":2,"ActionName":"15% Bonus"},
{"ActionID":3,"ActionName":"20% Bonus"}
]