Airtable Records & Comments API
API for viewing Airtable records and record comments using OAuth2.
v1.0.04 methods
Methods
Each method below is pulled directly from the OpenAPI file.
GET
/meta/baseslistBasesList available bases
Responses
200
List of bases
GET
/{tableName}/recordslistRecordsList records
Parameters
tableNamepathrequired
Responses
200
List of records
GET
/{tableName}/records/{recordId}getRecordRetrieve a record
Parameters
tableNamepathrequired
recordIdpathrequired
Responses
200
Single record retrieved
GET
/{tableName}/records/{recordId}/commentslistRecordCommentsList comments on a record
Parameters
tableNamepathrequired
recordIdpathrequired
Responses
200
List of comments
YAML
Copy and paste the full spec from the textarea below.