Skip to content

Implement Pagination for Expense List Endpoint #2

Description

@MiguelAntonioRS

The current /expenses endpoint returns all expenses without pagination, which can cause performance issues with large datasets.

Suggested Actions:

Modify the controller and service to support pagination via query parameters (page, size).
Return paginated results in a consistent response structure.
Update API documentation (Swagger or Postman) accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions