Jotform integration (Productivity, Data). Imported from open-connector.
https://api.jotform.com/user
/user/forms
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of forms to return. |
| offset | integer | optional | The starting offset for the forms page. |
| search | string | optional | The free-text search query for matching forms. |
| folder | string | optional | The folder ID used to filter returned forms. |
| orderby | string | optional | The Jotform form field used for upstream sorting. |
| sorting | string | optional | The upstream sort direction used when listing forms. |
/form/{formId}
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The Jotform form ID to retrieve. |
/form/{formId}/questions
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The Jotform form ID whose questions should be listed. |
/form/{formId}/submissions
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The Jotform form ID whose submissions should be listed. |
| limit | integer | optional | The maximum number of submissions to return. |
| offset | integer | optional | The starting offset for the submissions page. |
/submission/{submissionId}
| Param | Type | Required | Description |
|---|---|---|---|
| submissionId | string | required | The Jotform submission ID to retrieve. |
/submissions
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The Jotform form ID that will receive the submission. |
| answers | object | required | The submission answers keyed by Jotform question ID. Values may be scalars, arr… |
| markAsNew | boolean | optional | Whether Jotform should mark the submission as new. |
| flag | boolean | optional | Whether Jotform should set the submission flag. |