GET
/meta/baseslistBasesList available bases
Responses
| Status | Description |
|---|---|
| 200 | List of bases |
API for viewing Airtable records and record comments using OAuth2.
/meta/baseslistBasesList available bases
| Status | Description |
|---|---|
| 200 | List of bases |
/{tableName}/recordslistRecordsList records
| Name | In | Required | Description |
|---|---|---|---|
| tableName | path | Yes |
| Status | Description |
|---|---|
| 200 | List of records |
/{tableName}/records/{recordId}getRecordRetrieve a record
| Name | In | Required | Description |
|---|---|---|---|
| tableName | path | Yes | |
| recordId | path | Yes |
| Status | Description |
|---|---|
| 200 | Single record retrieved |
/{tableName}/records/{recordId}/commentslistRecordCommentsList comments on a record
| Name | In | Required | Description |
|---|---|---|---|
| tableName | path | Yes | |
| recordId | path | Yes |
| Status | Description |
|---|---|
| 200 | List of comments |