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 user should be able to select the page size from the front end dropdown (eg 20, 100, 500, 1000 per page)
I think this is achieved using custom paginator
This is only for Admin API not FHIR API
fromrest_framework.paginationimportPageNumberPaginationclassPageSizePagination(PageNumberPagination):
page_size=20# Default page sizepage_size_query_param='page_size'# Allow users to specify page sizemax_page_size=1000# Optional: Set a maximum limit
The text was updated successfully, but these errors were encountered: