List Card Definition Activities
<Warning><Badge color="yellow">BETA endpoint</Badge>
This is a work-in-progress documentation of a BETA endpoint. The parameters, fields, request and response bodies, and other data may subject to change. If you want to share feedback or improvements, contact Voucherify support or your Technical Account Manager.
</Warning>Returns a cursor-paginated list of activities recorded for the card definition (creation, updates, deletion, state transitions and program assignments). Returns 404 when the card definition does not exist.
Path parameters
Unique card definition ID. Pattern: ^lcdef_[a-f0-9]+$.
Query parameters
Maximum number of activities to return. Minimum: 1, maximum: 100. Defaults to 10 when omitted.
Sort order. A single field or an array of fields. Prefix with - for descending. Defaults to -created_at. The same field cannot be used in both ascending and descending direction at the same time.
Pagination cursor returned by a previous call in cursor.next. Pattern: ^lcrsacd_[a-f0-9]+$.
Filter conditions per field, e.g. filters[type][conditions][$is]=vl.card_definition.created.
Response
A paginated list of card definition activities.