Fields Object ​
The field's unique identifier
The field's name. This is the name of the property in the entity.
The field's label
The field's placeholder
The field's description
The index position of field in the form.
The field's type. If no clear mapping exists, then raw value is returned.
statement
string
text
rich_text
number
boolean
date
datetime
time
enum
array
file
rating
slider
scale
ranking
group
matrix_single
matrix_multiple
The format of the field.
url
email
password
The validation string for the field.
The range applicable for field types number, rating, scale.
The minimum range for the field.
The label for the minimum range of the field.
The maximum range for the field.
The label for the maximum range of the field.
Whether the field is required
The field's options
The option's label
The option's value
The option's description
The field's group identifier. If present, the field is part of a group.
The field groups's identifier
The field groups's name
The field group's label
The field group's description
The index position of field group in the form.
The field's rows. If present, the field's type is matrix
The row's label
The row's value
The row's description
The field's columns. If present, the field's type is matrix
The column's label
The column's value
The column's description
The date and time of the field's creation
The date and time of the field's last update
Raw data returned from the remote API call.