Aug 30, 2016 06:05 AM
Hi, when using the API to read the stored records, what’s a good way for the client to know if there’s been updates to the content? Do we have to make the decision ourselves (ie download the whole data and compare), or is there a way to check “last updated”? Sorry if I missed that somehow.
Aug 30, 2016 06:27 AM
:slightly_smiling_face:
Aug 30, 2016 09:47 AM
I’m also eagerly awaiting the MODIFIED_TIME() and Metadata API features!
But for now, here’s how I find changes:
Store the RECORD_ID() or the CREATED_TIME() for the last record your application requested. Subsequent requests can specify only records created after that record using the filterByFormula parameter.
Example filterByFormula param to get last known record:
RECORD_ID() = "a89ds790sad8f09ds8f90"
Example filterByFormula param to get records after time:
CREATED_TIME() > "2015-11-11T22:18:17"
For an overview of formula fields, please refer to the Guide to Formula, Lookup, Count, and Rollup fields. Formulas may involve functions, numeric operations, logical operations, and text operation...
The best way I’ve found to handle the identification of modified records is by:
Apr 24, 2017 05:59 AM
Hi are there any updates to when the ‘created date’ or ‘last modified date’ will be added to Airtable? I have seen in the generated API documentation that it is on the roadmap, but it would be great to get a more tangible update about when this feature would be coming. Thanks!
May 24, 2017 12:26 PM
Any update? Any update at all?
Aug 20, 2018 11:55 AM
@Tuur @Chester_McLaughlin Any update on this? Thanks!
Aug 20, 2018 01:02 PM
Nope. You have to keep track of it yourself. :frowning:
Sep 10, 2018 11:07 AM
@Airtable_Team Would love to see this feature as well!
Feb 07, 2019 07:20 PM
Feb 07, 2019 11:13 PM
I’ve heard that they are now finished with the beta testing of this feature and that it is being released soon. Exciting times.