List benefit 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 benefit (created, updated, deleted, activated, drafted). Returns 404 when the benefit does not exist. Supports filtering by activity id, type, and created_at, ordering by created_at (default -created_at), and cursor-based pagination.
Path parameters
Unique benefit ID, prefixed with lben_.
Query parameters
Maximum number of activities to return. An integer between 1 and 100. Defaults to 10 when omitted.
Ordering of the results. Defaults to -created_at. The same field cannot be used in both ascending and descending order at once.
Pagination cursor returned in the cursor.next field of a previous response.
Field-specific filter conditions, e.g. filters[type][conditions][$is]=vl.benefit.created. Conditions of multiple fields are combined with the junction.
Response
Cursor-paginated list of benefit activities