You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The get extension-requests API currently lacks a default page size. When the size query parameter is not provided, the API returns all available data. This can lead to performance issues, especially when the dataset is large. To improve the usability and efficiency of the API, a default page size should be implemented.
Expected Behavior
Define a default page size for the get extension-requests API (e.g., 20 records per page).
Current Behavior
When the size query parameter is not provided , the API returns all available records instead of limiting the number of records.
Screenshots
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
Send a GET request to the extension-requests API endpoint without the size query parameter. extension-requests
See it is returning over 1k response if we not provide size query param
Severity/Priority
Critical
High
Medium
Low
Additional Information
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
The text was updated successfully, but these errors were encountered:
Issue Description
The
get extension-requests
API currently lacks a default page size. When thesize
query parameter is not provided, the API returns all available data. This can lead to performance issues, especially when the dataset is large. To improve the usability and efficiency of the API, a default page size should be implemented.Expected Behavior
Current Behavior
Screenshots
Reproducibility
Steps to Reproduce
Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: