DisplayObjectIds
A boolean value that determines whether the names of schemas, tables, views, and columns are substituted with their respective internal IDs.
Data Type
bool
Default Value
false
Remarks
By default, the API response returns field objects with their field names as keys.
When DisplayObjectIds is set to TRUE, the API responds with field objects identified by their unique field IDs.
This property is useful for retrieving the unique identifiers that Airtable assigns to tables, fields, and views. This ensures reliable API integrations, schema mapping, and automation.