List overrides
Returns a paginated list of overrides for an affiliate.
Required permissions:
- affiliate:basic:read
Path parameters
The affiliate ID.
Query parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
The role of an affiliate override (standard or rev_share)
Response
A successful response
Example response
{
"data": [
{
"commission_value": 6.9,
"id": "affov_xxxxxxxxxxxx",
"plan_id": "plan_xxxxxxxxxxxxx",
"total_referral_earnings_usd": 6.9
}
]
}Changes
Changed in 1 of the 41 revisions of this API.13
- ▲
the
queryrequest parameteroverride_typewas restricted to a list of enum valuesrequest-parameter-became-enum
- ○
added the new enum value
rev_shareto thequeryrequest parameteroverride_typerequest-parameter-enum-value-added
- ○
added the new enum value
standardto thequeryrequest parameteroverride_typerequest-parameter-enum-value-added
- ○
for the
queryrequest parameteroverride_type, the type/format was generalized from/tostring/request-parameter-type-generalized
- ▲