getOfferApplicationList
1.1.1 Summary
Get the offer application list.1.1.2 Request
Request Method: POST
Parameters:
Parameter | Description | Type | Data Range |
key |
Network API Key; *Required |
string |
POST Parameters:
Parameter | Description | Type | Data Range |
offer_id | Offer ID | Int | >0 |
affiliate_id | Affiliate ID | Int | >0 |
status | Offer Application Status | String | Pending, Approved, Rejected, Blocked |
1.1.3 Response
Header:HTTP Status | Object | Description | Error Code |
200 | Success | 0 | |
400 | Parameter | Invalid Parameter | 68XX |
Content Format: JSON
1.1.4 Example
Sample Request URL:
http://{Your_Network_Domain}/api/v1/getOfferApplicationList?key=603E3F0E3266&offer_id=21&affiliate_id=&status=Approved
Response sample:
{ "httpStatus": 200, "data": [ { "id": "277", "net_offer_id": "21", "net_offer_name": "MoreMoney", "net_affiliate_id": "66", "net_affiliate_name": "James ", "apply_time": "1452764250", "status": "Approved" }, ... ], "errorCode": 0, "message": "" } |
Close All
API V3
API V2
-
User - Network
-
User - Affiliate
-
Offer
-
Report
-
Dictionary
API V1 (DEPRECATED)