gateway.openapi_Gateway
List Credit Redemptions
get/v1/accounts/{account_id}/creditRedemptions
Path parameters
account_idstring required
The Account Id
Query parameters
pageSizeinteger
The maximum number of redemptions to return
pageTokenstring
A page token, received from a previous ListCreditRedemptions call
filterstring
Filter string to filter redemptions
orderBystring
A comma-separated list of fields to order by. e.g. "foo,bar" The default sort order is ascending. To specify a descending order for a field, append a " desc" suffix. e.g. "foo desc,bar"
readMaskstring
The fields to be returned in the response. If empty or "*", all fields will be returned.
Response
A successful response.