# Field Type

These are all of the valid field types, see
[here](https://airtable.com/developers/web/api/field-model.md) for more information.

## Endpoints that reference this object

- [Create field](https://airtable.com/developers/web/api/create-field.md)
- [Update field](https://airtable.com/developers/web/api/update-field.md)
- [Update table](https://airtable.com/developers/web/api/update-table.md)

## Models that reference this object

- [Table model](https://airtable.com/developers/web/api/model/table-model.md)
- [Webhooks table changed](https://airtable.com/developers/web/api/model/webhooks-table-changed.md)
- [Webhooks table created](https://airtable.com/developers/web/api/model/webhooks-table-created.md)

Model is `"singleLineText" | "email" | "url" | "multilineText" | "number" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "multipleRecordLinks" | "date" | "dateTime" | "phoneNumber" | "multipleAttachments" | "checkbox" | "formula" | "createdTime" | "rollup" | "count" | "lookup" | "multipleLookupValues" | "autoNumber" | "barcode" | "rating" | "richText" | "duration" | "lastModifiedTime" | "button" | "createdBy" | "lastModifiedBy" | "externalSyncSource" | "aiText"`.
