Skip to content

Metadata

Alex Rothberg edited this page Sep 19, 2022 · 3 revisions

In order to present the client the list of Tables and Field as well as correctly parse the return data from the Airtable API, we need metadata.

Unfortunately the standard API does not offer this information and further omits keys from the response when the value is null-like

Returned records do not include any fields with "empty" values, e.g. "", [], or false.

Airtable does offer a Metadata API; however, this API is not open to the public:

If you want to develop an integration using the Metadata API, you must register here for access and to receive a client secret. Enterprise Airtable accounts do not require a separate Metadata API client secret.

Other options that were explored / might work:

Clone this wiki locally