Airtable · Example Payload

Airtable Comment Example

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

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

Top-level fields

idtextauthorcreatedTimelastUpdatedTime

Example Payload

Raw ↑
{
  "id": "rec123abc456",
  "text": "example-value",
  "author": {},
  "createdTime": "2026-04-19T10:30:00.000Z",
  "lastUpdatedTime": "2026-04-19T10:30:00.000Z"
}