Airtable · Example Payload

Airtable Table Example

example-value

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

Airtable Table Example is an example object payload from Airtable, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedescriptionprimaryFieldIdfieldsviews

Example Payload

Raw ↑
{
  "id": "rec123abc456",
  "name": "Example Name",
  "description": "example-value",
  "primaryFieldId": "rec123abc456",
  "fields": [],
  "views": []
}