Airtable · Schema

Airtable Comment

A comment attached to an Airtable record. Comments support user mentions using the @[usrXXXXXXXX] syntax and are used for collaboration and discussion within records.

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

Properties

Name Type Description
id string The unique identifier for the comment.
text string The text content of the comment. May include user mentions in the format @[usrXXXXXXXX].
author object The user who created the comment.
createdTime string The time when the comment was created in ISO 8601 format.
lastUpdatedTime stringnull The time when the comment was last updated. Null if the comment has not been edited.
View JSON Schema on GitHub