Export card's ledger log
GET {{baseUrl}}/v1/loyalty_programs/:loyaltyProgramId/cards/:loyaltyCardId/export_log?rangeStart=2022-11-08T00:11:22.082Z&rangeEnd=2022-11-08T00:11:22.082Z&dateFormat=excel
Download a CSV file containing a loyalty card ledger log of the loyalty program.
Tip: If the exported CSV file is too large to view, you can split it into multiple files.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
rangeStart | string | (Required) Only return results from after this timestamp. This must be an RFC3339 timestamp string. | |
rangeEnd | string | (Required) Only return results from before this timestamp. This must be an RFC3339 timestamp string. | |
dateFormat | string | Determines the format of dates in the export document. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |