Site Metadata
Field Types

Field Types

GET {{host}}/api/rest/v4/schema/fieldtypes

Retrieves a list of all field types supported by the system. These field types define how data is stored in each field when using the API.

While you may not need to call this endpoint frequently in a live integration, this documentation is helpful when designing integrations or working with different field types. You can identify the type of each field in the schema by checking the fieldType property when making Schema Field API calls..

FieldTypes and IDs

FieldFieldType ID
Text1
Choice2
Number3
Date4
Reference5
Boolean6
User7
Binary13
EntryListId14
Counter15
Image16
DataSource17
Currency18

Example

GET {{host}}/api/rest/v4/schema/fieldtypes
Authorization: Bearer {{token}}