Hi dear airtable community,
I’m using airtable curl API and I want to get the data from the oldest. I believe the go here is the sort
parameter passed on as a query, but the createdTime is outside of fields, how can I access that?
createdTime has to stay and must stay out of fields for my use case.
Current endpoint I’m using, just need to read the createdTime that is outside out fields
https://api.airtable.com/v0/{base}/{tableName}?sort%5B0%5D%5Bfield%5D=createdTime