Jump to: GET Response Notes | API Call Builder
Retrieves the approval status of all affiliates for a given offer. Results are returned as a list of affiliate IDs grouped by offer access status ("approved", "blocked", and "unapproved").
Name | Type | Description |
---|---|---|
NetworkId | Url | Network ID |
NetworkToken | String | Network token |
Target | String | This call action target |
Method | String | This calls action method |
id | Integer | ID of Offer object |
limit | Integer | Limit the number of items returned per page. Defaults to returning all found. |
page | Integer | Page by the limit of items returned. Defaults to page 1. |
GET Response Notes
Returns an array of key-value pairs with each key is an offer access status and each value is an array of affiliate IDs with that status.
Show Example Response
API Call Builder
Javascript is required to use the API Call Builder.