Concepts

Concepts used in Airtable book.

The following documentation is for Airtable v1.0.1 (BDK).

Airtable table

Represents an Airtable table.

Field Name
Description
Type

id

The unique identifier of the table.

text

base_id

The unique identifier of the base containing this table.

text

name

The name of the table.

optional[text]

description

Optional description of the table.

optional[text]

Airtable record

Represents an Airtable record. A record is a row of a table.

Field Name
Description
Type

id

The unique identifier of the record.

text

fields

Dictionary containing the field data of the record.

json

Airtable base

Represents an Airtable base. A base is a collection of tables.

Field Name
Description
Type

id

The unique identifier of the base.

text

name

The name of the base.

optional[text]

Last updated

Was this helpful?