Getform integration (Productivity, Marketing). Imported from open-connector.
https://api.forminit.com/f/{formId}
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The Forminit form ID that will receive the submission. |
| blocks | array | optional | The JSON blocks payload submitted to Forminit. |
/v1/forms/{formId}
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The Forminit form ID whose submissions should be listed. |
| page | integer | optional | The page number to request. |
| size | integer | optional | The page size to request. Forminit documents a range of 1 to 100. |
| query | string | optional | Search keyword used to filter submissions. |
| files | boolean | optional | Whether to include file attachment metadata in the response. |
| timezone | string | optional | IANA timezone name used to format returned dates. |