Get Affiliate Campaigns
Function
To get affiliate campaigns.
獲取推薦活動清單。
URL
GET <<api_domain>>/v1/affiliate_campaigns
Request parameters
Parameter | Type | Description | Example |
---|---|---|---|
active_status | String | The active status of affiliate campaign (expired or ongoing). 推薦活動的狀態 (已過期或進行中)。 - expired - ongoing | active_status=ongoing |
partner_email | String | The partner's email (To encode it with URI encode before sending). 合作夥伴的 Email(需要 ecode email) | partner_email=test%40example.com |
page | Integer | Page Number 頁數 (Default: 1) | page=1 |
per_page | Integer | Numbers of items per Page 每頁顯示 n 筆資料 (Default: 24) | per_page=24 |
Response Fields
Field | Type | Description | Example |
---|---|---|---|
items | Get Product Review Comment | Affiliate Campaign 推薦活動 | Please check the link on the left |
pagination | Pagination | Pagination 頁面資訊 | Please check the link on the left |
Updated 12 months ago