-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
docs 📚Improvements or additions to documentationImprovements or additions to documentationenhancementEnhancement or improvement of an existing featureEnhancement or improvement of an existing featuremobileEspecially important for mobile devicesEspecially important for mobile devicesreleasedAvailable in the stable releaseAvailable in the stable release
Description
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):
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docs 📚Improvements or additions to documentationImprovements or additions to documentationenhancementEnhancement or improvement of an existing featureEnhancement or improvement of an existing featuremobileEspecially important for mobile devicesEspecially important for mobile devicesreleasedAvailable in the stable releaseAvailable in the stable release
Type
Projects
Status
Release 🌈