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
Listing observations and patients from the web console (Admin API) could be large and needs to use pagination
Verify that the default pagination system for the Admin API endpoints uses DB limit/offset and not in-memory pagination
If it does not use DB pagination update the default paginators for all Admin API endpoints (except for Organizations that uses a custom response) accordingly
The text was updated successfully, but these errors were encountered:
While we're on the subject of pagination
The text was updated successfully, but these errors were encountered: