v1
get/v1/crm/clients/{client_id}/bonuses/
Path parameters
client_idinteger required
Query parameters
orderingstring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
pageSizeinteger
Number of results to return per page.
requestinteger
searchstring
A search term.
type0 | 1
- 0 - transaction_spend
- 1 - transaction_earn
Response
Example response
{
"count": 123,
"next": "http://api.yume.cloud/accounts/?page=4",
"previous": "http://api.yume.cloud/accounts/?page=2"
}