You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| title | String | max. 256 ch. | The form title |
21
-
| description | String | max. 8192 ch. | The Form description |
22
-
| ownerId | String || The nextcloud userId of the form owner |
23
-
| submissionMessage | String | max. 2048 ch. | Optional custom message, with Markdown support, to be shown to users when the form is submitted (default is used if set to null) |
24
-
| created | unix timestamp || When the form has been created |
25
-
| access |[Access-Object](#access-object)|| Describing access-settings of the form |
26
-
| expires | unix-timestamp || When the form should expire. Timestamp `0` indicates _never_|
27
-
| isAnonymous | Boolean || If Answers will be stored anonymously |
28
-
| state | Integer |[Form state](#form-state)| The state of the form |
29
-
| lockedBy | String || The user ID for who has exclusive edit access at the moment |
30
-
| lockedUntil | unix timestamp || When the form lock will expire |
31
-
| submitMultiple | Boolean || If users are allowed to submit multiple times to the form |
32
-
| allowEditSubmissions | Boolean || If users are allowed to edit or delete their response |
33
-
| showExpiration | Boolean || If the expiration date will be shown on the form |
34
-
| canSubmit | Boolean || If the user can Submit to the form, i.e. calculated information out of `submitMultiple` and existing submissions. |
35
-
| permissions | Array of [Permissions](#permissions)| Array of permissions regarding the form |
36
-
| questions | Array of [Questions](#question)|| Array of questions belonging to the form |
37
-
| shares | Array of [Shares](#share)|| Array of shares of the form |
38
-
| submissions | Array of [Submissions](#submission)|| Array of submissions belonging to the form |
39
-
| submissionCount | Integer || Number of submissions to the form |
40
-
| submissionMessage | String || Message to show after a submission |
| title | String | max. 256 ch. | The form title |
21
+
| description | String | max. 8192 ch. | The Form description |
22
+
| ownerId | String || The nextcloud userId of the form owner |
23
+
| submissionMessage | String | max. 2048 ch. | Optional custom message, with Markdown support, to be shown to users when the form is submitted (default is used if set to null) |
24
+
| confirmationEmailEnabled | Boolean || If enabled, send a confirmation email to the respondent after submission |
0 commit comments