Help

How to sort by createdTime that is outside of fields?

Topic Labels: API
474 1
cancel
Showing results for 
Search instead for 
Did you mean: 
uncleJ0E
5 - Automation Enthusiast
5 - Automation Enthusiast

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

1 Reply 1
Sara_Usman
4 - Data Explorer
4 - Data Explorer

Any answer to the above? I am facing the same issue. It only lets you sort on the 'fields'. I also want to sort on createdTime parameter, but looks like its not allowed