provider 9 operations
@utdk/airtable
Airtable REST API
Generated UTDK provider client for Airtable REST API. Airtable is a low-code platform for building collaborative apps. The REST API allows you to create, read, update, and delete records in Airtable bases, manage tables and fields, and automate workflows. Each Airtable base has a unique API that mirrors its structure.
README
Embedded directly from the package source.
airtable
Generated UTDK provider types and OpenAPI-backed client for repo://data/openapi/airtable.json.
Operations
9 operations —
open try-it console
| Method | Operation ID | Path | Summary | |
|---|---|---|---|---|
| GET | listRecords | /{baseId}/{tableIdOrName} | List records | Try |
| POST | createRecord | /{baseId}/{tableIdOrName} | Create a record | Try |
| PATCH | updateRecords | /{baseId}/{tableIdOrName} | Update multiple records | Try |
| DELETE | deleteRecords | /{baseId}/{tableIdOrName} | Delete records | Try |
| GET | getRecord | /{baseId}/{tableIdOrName}/{recordId} | Get a record | Try |
| PUT | replaceRecord | /{baseId}/{tableIdOrName}/{recordId} | Replace a record | Try |
| DELETE | deleteRecord | /{baseId}/{tableIdOrName}/{recordId} | Delete a record | Try |
| GET | listBases | /meta/bases | List bases | Try |
| GET | listTables | /meta/bases/{baseId}/tables | List tables in a base | Try |