Skip to content
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

Closed
zzgvh opened this issue Oct 1, 2014 · 4 comments
Closed

Filter on created_at in REST API projct_update_extra #769

zzgvh opened this issue Oct 1, 2014 · 4 comments
Milestone

Comments

@zzgvh
Copy link
Contributor

zzgvh commented Oct 1, 2014

The Up app needs to be able to filter the updates in project_update_extra based on the created_at timestamp.

zzgvh added a commit that referenced this issue Oct 1, 2014
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
@stellanl
Copy link
Contributor

stellanl commented Oct 1, 2014

Is created_at different from modified_at, which feels more like the thing I want to fetch?

@rumca
Copy link
Contributor

rumca commented Oct 22, 2014

Not sure if I'm doing something wrong but the project_update_extra endpoint doesn't seem to include last_modified_at as a response field? (on UAT)

@adriancollier
Copy link
Contributor

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

@rumca
Copy link
Contributor

rumca commented Oct 23, 2014

API mix up! I can see the expected fields now.

@MichaelAkvo MichaelAkvo moved this to Done in RSR Dec 8, 2022
@MichaelAkvo MichaelAkvo added this to RSR Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

4 participants