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
Goal is to allow a detailed list of all service requests for the past week to be downloaded for use in reports.
311-data/server/api/code/lacity_data_api/routers/service_requests.py
Line 19 in 5568d69
The text was updated successfully, but these errors were encountered:
Enable filtering on /requests endpoint
0e40783
- Should default to last week's data if no limit provided - Can filter on date, council, and type Fixes #942
Added /requests/updated endpoint
e94b865
- captures both new and updated requests Fixes #942
mattyweb
Successfully merging a pull request may close this issue.
Goal is to allow a detailed list of all service requests for the past week to be downloaded for use in reports.
311-data/server/api/code/lacity_data_api/routers/service_requests.py
Line 19 in 5568d69
The text was updated successfully, but these errors were encountered: