On January 2021 we released the version 2.3 of the FormBuilder API. This new version includes performance improvements and a better respect of HTTP protocol for RestFull APIs. All v2.0 URIs of the FormBuilder API are available in v2.3. If you are currently using the v2.0 of the FormBuilder API, we encourage you to update to the newer version. If needed, the previous version's documentation is still available here.
Parameter name | Value | Description | Notes |
---|---|---|---|
id |
string |
Identifier of the note. | |
html |
string |
Html content of the note. Max length: 65535. | writable |
date |
object |
The date time of the note. | |
start.dateTime |
string |
The time, as a combined date-time value (formatted according to RFC 3339, without time zone information). | |
start.timeZone |
string |
The time zone. Possible values can be found here. The default value is the time zone of the company. | |
writer |
object |
Writer of the notes. | |
writer.email |
string |
Account email of the user. Max length: 255. | |
writer.firstName |
string |
First Name of the user. Max length: 255. | |
writer.lastName |
string |
Last Name of the user. Max length: 255. |
Authentication is required to execute this request. Please refer to Authentication for more.
{formId}
/results/{resultId}
/notes/{noteId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
formId |
string |
Form identifier. |
resultId |
string |
Result Form identifier. |
noteId |
string |
Note identifier. |
Do not supply a request body with this method.
If successful, this method returns an empty response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{formId}
/results/{resultId}
/notes/{noteId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
formId |
string |
Form identifier. |
resultId |
string |
Result Form identifier. |
noteId |
string |
Note identifier. |
Do not supply a request body with this method.
If successful, this method returns a Note resource in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{formId}
/results/{resultId}
/notesParameter name | Value | Description |
---|---|---|
Path parameters | ||
formId |
string |
Form identifier. |
resultId |
string |
Result Form identifier. |
Do not supply a request body with this method.
If successful, this method returns a response body with the following structure:
Authentication is required to execute this request. Please refer to Authentication for more.
{formId}
/results/{resultId}
/notesParameter name | Value | Description |
---|---|---|
Path parameters | ||
formId |
string |
Form identifier. |
resultId |
string |
Result Form identifier. |
In the request body, supply a Note Resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Required Properties | ||
html |
string |
Html content of the note. |
Optional Properties | ||
writer |
object |
Writer of the notes. |
writer.email |
string |
Account email of the user. |
If successful, this method returns a Note resource in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{formId}
/results/{resultId}
/notes/{noteId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
formId |
string |
Form identifier. |
resultId |
string |
Result Form identifier. |
noteId |
string |
Note identifier. |
In the request body, supply a Note resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Optional Properties | ||
html |
string |
Html content of the note. |
writer |
object |
Writer of the notes. |
writer.email |
string |
Account email of the user. |
If successful, this method returns a Note resource in the response body.