Apr 27, 2020 11:09 AM
Hi there
is there any option to retrieve column names?
Something similar to Google Sheets:
Method: spreadsheets.values.get
if range A1:X1 provided, then column names are returned.
May 25, 2020 11:32 PM
Make a call to the table index and read the field keys.
May 28, 2020 09:59 AM
However, if any fields are blank, the API will not return those fields.
Nov 18, 2021 11:45 AM
If all the fields are blank, then also how to retrieve the field names from the airtable API?
Nov 18, 2021 11:48 AM
You can look into using the Metadata API to get all fields, even if there is no data.
Mar 08, 2022 07:58 PM
Hello, I’m sorry to bring a somewhat aging post back to life, but I’m also interested in just being able to pull in the column names. It was mentioned to make a call on the index table. But I don’t see documentation for that. Is the index table something that always exists or something I’d have to create in my database?
Thank you for the help.