Airtable · Example Payload

Airtable Workspace Example

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

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

Top-level fields

idnamecollaboratorsgroupCollaborators

Example Payload

Raw ↑
{
  "id": "rec123abc456",
  "name": "Example Name",
  "collaborators": [],
  "groupCollaborators": []
}