-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Filter on created_at in REST API projct_update_extra #769
Comments
Add filtering to project_update_extra that returns only updates newer than the time queried for. The querystring is on the form created_at__gt=YYYY-MM-DDTHH:MM:SS
Is created_at different from modified_at, which feels more like the thing I want to fetch? |
Not sure if I'm doing something wrong but the |
The API being modified here is the REST API, the correct fields are being displayed on the call when authenticated here: http://rsr.akvouat.org/rest/v1/project_update_extra/?format=json |
API mix up! I can see the expected fields now. |
The Up app needs to be able to filter the updates in project_update_extra based on the created_at timestamp.
The text was updated successfully, but these errors were encountered: