Skip to content

Search: Find pictures added, updated and/or edited at or after a certain time #4300

@lastzero

Description

@lastzero

As a mobile application developer, I want to use the Search API endpoint to find pictures that were added, updated and/or edited at or after a certain time (specified according to RFC3339) so that I can synchronize/compare my data with the server.

The following new search filters have been implemented for this:

Filter Type Example Notes
added timestamp added:"2006-01-02T15:04:05Z" Finds pictures added at or after this time
edited timestamp edited:"2006-01-02T15:04:05Z" Finds pictures edited at or after this time
updated timestamp updated:"2006-01-02T15:04:05Z" Finds pictures updated at or after this time

In addition, clients can ask to sort the search results by photos.updated_at timestamp if they specify updated as order. Results where created_at >= updated_at are not returned in this case.

Our Developer Guide provides an overview of the native apps currently available (you are welcome to submit a pull request for these docs if you develop an app that is not listed yet):

Metadata

Metadata

Assignees

Labels

docs 📚Improvements or additions to documentationenhancementEnhancement or improvement of an existing featuremobileEspecially important for mobile devicesreleasedAvailable in the stable release

Type

No type

Projects

Status

Release 🌈

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions