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
Add a limit query parameter in the /data/<id> endpoint for CSV format.
Benefits of implementing the feature/enhancement
Currently, the endpoint returns all records without any limit. By introducing the limit query parameter, users can customize the number of records they receive, which can be beneficial in scenarios where they only require a specific subset of data.
The text was updated successfully, but these errors were encountered:
Enhancement
Add a
limit
query parameter in the/data/<id>
endpoint for CSV format.Benefits of implementing the feature/enhancement
Currently, the endpoint returns all records without any limit. By introducing the
limit
query parameter, users can customize the number of records they receive, which can be beneficial in scenarios where they only require a specific subset of data.The text was updated successfully, but these errors were encountered: