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
Field | FieldType ID |
---|---|
Text | 1 |
Choice | 2 |
Number | 3 |
Date | 4 |
Reference | 5 |
Boolean | 6 |
User | 7 |
Binary | 13 |
EntryListId | 14 |
Counter | 15 |
Image | 16 |
DataSource | 17 |
Currency | 18 |
Example
GET {{host}}/api/rest/v4/schema/fieldtypes
Authorization: Bearer {{token}}