Get Forms ​
Endpoint ​
GET /unified/forms/forms/{id}
Integrations supported
- Google Forms
- Jotform
- Survey Monkey
- Typeform
- Webflow
Path parameters ​
The ID of the resource.
23423523
Query parameters ​
Refer Specifying query parameters in Truto APIs
The ID of the integrated account to use for the request.
62f44730-dd91-461e-bd6a-aedd9e0ad79d
The format of the response.
unified
will return the response with unified mappings applied.raw
will return the raw response from the remote API.normalized
will apply the unified mappings and return the data in a normalized format.
Defaults to unified
.
unified
raw
normalized
unified
Excludes the remote_data
attribute from the response.
Array of fields to exclude from the response.
truto_exclude_fields[]=id&truto_exclude_fields[]=name
Query parameters to pass to the underlying API without any transformations. Refer this guide to see how to structure the query parameters.
remote_query[foo]=bar
Response Body ​
The unique identifier of the form.
Supported in
- Google Forms
- Jotform
- Survey Monkey
- Typeform
- Webflow
The name of the form.
Supported in
- Google Forms
- Jotform
- Survey Monkey
- Typeform
- Webflow
The type of the form.
Supported in
- Google Forms
- Jotform
- Survey Monkey
- Typeform
The form fields
Supported in
- Google Forms
- Survey Monkey
- Typeform
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.
Supported in
- Typeform
- Webflow
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.
Supported in
- Jotform
The date and time when the form was created.
Supported in
- Jotform
- Survey Monkey
- Typeform
- Webflow
The date and time when the form was last updated.
Supported in
- Jotform
- Survey Monkey
- Typeform
- Webflow
Raw data returned from the remote API call.