Airtable · Schema

Airtable View

An Airtable view provides a filtered, sorted, and formatted perspective on the records in a table. Views control which fields are visible, how records are ordered, and which records meet the view's filter criteria.

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

Properties

Name Type Description
id string The unique identifier for the view. View IDs always start with the 'viw' prefix.
name string The display name of the view.
type string The type of view, which determines the layout and interaction model.
personalForUserId stringnull If set, this is a personal view visible only to the specified user. Null indicates a shared view.
visibleFieldIds array The IDs of fields visible in this view, in display order. Only included when explicitly requested via the include parameter.
View JSON Schema on GitHub