get https://api4.optimove.net/Actions/GetActionsByTargetGroup
Returns all the recipient group IDs and action IDs associated with a particular target group on a particular date.
Rate Limit
This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.
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}
]