List card's transactions
GET {{baseUrl}}/v1/loyalty_programs/:loyaltyProgramId/cards/:loyaltyCardId/logs?startDate=2022-11-08T00:11:22.082Z&endDate=2022-11-08T00:11:22.082Z&pageSize=1000&skip=10&subledgerId=value
Retrieve the transaction logs for the given loyalty card within the specified card-based loyalty program with filtering options applied. If no filtering options are applied, the last 50 loyalty transactions for the given loyalty card are returned.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| startDate | string | Date and time from which results are returned. Results are filtered by transaction creation date. | 
Note: It must be an RFC3339 timestamp string.
|
| endDate | string |  | Date and time by which results are returned. Results are filtered by transaction creation date.
Note: It must be an RFC3339 timestamp string.
|
| pageSize | number |  | The number of items in this response. |
| skip | number |  | The number of items to skip when paging through large result sets. |
| subledgerId | string |  | The ID of the subledger by which we filter the data. |
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string |