Forms Object ​
The unique identifier of the form.
The name of the form.
The type of the form.
The form fields
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
ranking
group
matrix
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 groups's label
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 field's options
The option's label
The option's value
The option's description
The workspace to which the form belongs.
The unique identifier of the workspace.
The name of the workspace.
The organization to which the workspace belongs.
The unique identifier of the organization.
The name of the organization.
The date and time when the form was last submitted.
The date and time when the form was created.
The date and time when the form was last updated.
Raw data returned from the remote API call.