Get affiliate blocked of the affiliate
HTTP method | Endpoint |
GET | /v1/affiliate_blocks |
Query string parameters
Conditions | Parameters | Type | Description |
Offset | offset | offset | Check page scale. |
Limit | limit | limit | The number of date displays in each page. |
Sort | sort | sort | Ranking according to the specified field ascending "+", or descending "-". |
Filters | filters | filter | Query requirements of Specify field. |
EQUAL_TO NOT_EQUAL_TO LESS_THAN LESS_THAN_OR_EQUAL_TO GREATER_THAN GREATER_THAN_OR_EQUAL_TO CONTAINS NOT_CONTAINS NULL NOT_NULL | |||
Fields | fields | field | You can choose the field of the query (the result of the query is in line with the selected field). |
id | integer | The unique id for the block. | |
affiliate_id | integer | The unique id for the affiliate. | |
offer_id | integer | The unique id for the offer. | |
type | integer | The type for this affiliate blocked. Allow type: 1 Source ID 2 Aff Sub1 3 Aff Sub2 4 Aff Sub3 5 Aff Sub4 6 Aff Sub5 | |
value | string | The value for the affiliate blocked. | |
create_time | integer | Create time. | |
update_time | integer | Update time. | |
advertiser_id | integer | The unique id for the advertiser. | |
category | string | The type for this affiliate blocked. Allow type: 1 Offer 2 Advertiser. |
Response body parameters
Field | Type | Description |
id | integer | The unique id for the block. |
affiliate_id | integer | The unique id for the affiliate. |
offer_id | integer | The unique id for the offer. |
type | integer | The type for this affiliate blocked. Allow type: 1 Source ID 2 Aff Sub1 3 Aff Sub2 4 Aff Sub3 5 Aff Sub4 6 Aff Sub5 |
value | string | The value for the affiliate blocked. |
create_time | integer | Create time. |
update_time | integer | Update time. |
advertiser_id | integer | The unique id for the advertiser. |
category | string | The type for this affiliate blocked. Allow type: 1 Offer 2 Advertiser. |
list_type | string | Allow Values: 1 Blacklist; 2 Whitelist. Note:if list_type=1, all the clicks and conversions with this value will be rejected. If list_type=2, all the clicks and conversions won't success without this value. |
totalPages | integer | The list of data pages (associated with your limit). |
totalRows | integer | Total number of available data. |
offset | integer | The number of records from a collection to skip. Iterating over large collections with this parameter can be slow. |
limit | integer | The number of data displayed on one page |
Example request
Example response
Last updated