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
Currently, the data viewset returns all the instances present in a form if the page_size query param is not specified. It would be nice if the response was paginated if a form has a lot of submissions (10k+ perhaps ?) in order to reduce the amount of processing it may take to retrieve all the records.
Benefits of implementing the feature/enhancement
Suggested implementation plan(Steps to be taken to implement feature)
The text was updated successfully, but these errors were encountered:
Suggested Feature / Enhancement
Currently, the data viewset returns all the instances present in a form if the
page_size
query param is not specified. It would be nice if the response was paginated if a form has a lot of submissions (10k+ perhaps ?) in order to reduce the amount of processing it may take to retrieve all the records.Benefits of implementing the feature/enhancement
Suggested implementation plan(Steps to be taken to implement feature)
The text was updated successfully, but these errors were encountered: