Skip to main content
GET
Browse Redemption Items

Filtering

This endpoint accepts filter and sort query parameters. See Filtering, sorting, and search for paging and for the shared search_with, custom_field, and json_contains filters.

Examples

Operators

Filter attributes

Each attribute above is also a valid sort key, for example ?sort=-created_at for descending order. Dot notation filters on a related record. Use not_has to exclude rows that have a matching related record. Related attributes are filter only, not sort keys.

Query Parameters

filter[redeemable_definition_id]
string
Pattern: ^\d+(,\d+)*$
filter[redeemable_type]
string
page[size]
integer
Required range: 1 <= x <= 100

Response

Array of RedemptionItem

data
RedemptionItem · object[]
required