- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 24, 2020 08:42 PM
Hello,
Is there a way to query the API for recently updated records?
Trying to understand the best way to scan for records that need to be updated in a separate database.
Thanks!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 25, 2020 03:10 AM
Hey Aaron,
The easiest way to do this is by doing the following:
- Create a field called “Last Updated”, and choose the fields you want to be included in this calculation.
Here you can choose the specific fields you want, or just include every field
- Next create a view with this field as a filter
So now you can query that specific table and view via the API
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 25, 2020 03:10 AM
Hey Aaron,
The easiest way to do this is by doing the following:
- Create a field called “Last Updated”, and choose the fields you want to be included in this calculation.
Here you can choose the specific fields you want, or just include every field
- Next create a view with this field as a filter
So now you can query that specific table and view via the API
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 25, 2020 02:28 PM
Duh. Amazing! Didn’t know this field existed and was resorting cussing out the API haha. Thank you good sir.