-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is your feature request related to a problem?
Pagination is implemented on the frontend, but requests to the backend lack pagination parameters. This means the backend's pagination support is ignored, resulting in fetching the entire dataset instead of paginated results.
Describe the solution you'd like
Implement pagination parameters in requests to the backend to utilize pagination support:
- Add parameters to the request for page number and size
- Ensure the backend processes these parameters correctly
- Test to confirm only paginated results are returned
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
