Actions By Target Group

Returns all the recipient group IDs and action IDs associated with a particular target group on a particular date.

Sample Request

https://apiX.optimove.net/current/actions/GetActionsByTargetGroup?TargetGroupID=7&Date=2018-06-23

Sample Response

[
  {"RecipientGroupID":1,"ActionID":23},
  {"RecipientGroupID":2,"ActionID":27}
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!