I am using LIST records API to retrieve data from the table.
I am needing to get all the records every time. This is acceptable, but no ideal.
My client's table has no field that mark when a row is created or edited/updated. Does this of function already exist? If so, How would I grab only the records that were added or changed since the last update?
BTW: using this API call:
https://api.airtable.com/v0/xxxxxxxxxxxxxxxxxx/$$tablename$$
Thanks,
Scott