# Get client points transactions Returns a list of points transactions for a given client number and date range Endpoint: GET /slapi/clients/getpointstransactions Version: 0.0.1 Security: BasicAuthCredentials ## Query parameters: - `clientnumber` (string, required) - `startDate` (string, required) - `endDate` (string, required) ## Response 200 fields (applicaiton/json): - `transactions` (array) - `transactions.id` (integer) Example: 1 - `transactions.tranType` (string) Example: "2025-07-29T15:26:17.000Z" - `transactions.description` (string) Example: "Manual Adjustment - Adjustments" - `transactions.quantity` (number) Example: 100 - `transactions.type` (string) Example: "Earned" - `transactions.expDate` (string) Example: "2025-01-01" - `transactions.employeeNumber` (string) Example: "0000000001" - `transactions.storecode` (string) Example: "0000000001" ## Response 404 fields (applicatoin/json): - `error` (string) - `message` (string)