We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filtering data from the data endpoint using a start value i.e. /api/v1/data/<form-id>.?start=2 is failing with a 500 Internal Server error
/api/v1/data/<form-id>.?start=2
500 Internal Server
The submission record at the specified value should be returned
Filter data from the data endpoint using a start value i.e. `/api/v1/data/.?start=2
Logs, related issues, weird / out of place occurrences, local settings, possible approach to solving this...
The text was updated successfully, but these errors were encountered:
Related sentry exception https://sentry.dev.krd/organizations/dit/issues/52045/?project=73&query=&referrer=project-issue-stream
Sorry, something went wrong.
kelvin-muchiri
No branches or pull requests
Environmental Information
Problem description
Filtering data from the data endpoint using a start value i.e.
/api/v1/data/<form-id>.?start=2
is failing with a500 Internal Server
errorExpected behavior
The submission record at the specified value should be returned
Steps to reproduce the behavior
Filter data from the data endpoint using a start value i.e. `/api/v1/data/.?start=2
Additional Information
Logs, related issues, weird / out of place occurrences, local settings, possible approach to solving this...
The text was updated successfully, but these errors were encountered: