Create GET /api/users/{id}/transactions endpoint #32

Closed
opened 2025-11-20 22:13:51 +00:00 by KZix · 0 comments
Owner

Acceptance Criteria:

  • Return user's transaction history with pagination
  • Include: type, amount, date, balance_after
  • Users can only access own transactions
  • Admins can access all transactions (read-only)
  • Support filters: type, date range
  • Return 401 if unauthorized
**Acceptance Criteria:** - [x] Return user's transaction history with pagination - [x] Include: type, amount, date, balance_after - [x] Users can only access own transactions - [x] Admins can access all transactions (read-only) - [x] Support filters: type, date range - [x] Return 401 if unauthorized
KZix added the coinsfeatureapi labels 2025-11-20 22:13:51 +00:00
KZix added this to the Bisca - API project 2025-11-20 22:13:51 +00:00
KZix self-assigned this 2025-12-30 15:12:56 +00:00
KZix moved this to In Progress in Bisca - API on 2025-12-30 15:13:32 +00:00
KZix added reference feature/api-adminstats-transactions 2025-12-30 15:13:56 +00:00
KZix closed this issue 2025-12-30 20:09:16 +00:00
KZix moved this to Done in Bisca - API on 2025-12-30 20:09:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SyntaxSquad/DADProject#32