Tally integration (Productivity, Marketing). Imported from open-connector.
https://api.tally.so/forms
| Param | Type | Required | Description |
|---|---|---|---|
| page | number | optional | Page number for pagination. Tally defaults to 1. |
| limit | number | optional | Number of items per page. Tally documents a maximum of 500. |
| workspaceIds | array | optional | Workspace IDs used to filter the returned forms. |
/forms/{formId}
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | Tally form ID to retrieve. |
/forms/{formId}/submissions
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | Tally form ID whose submissions should be listed. |
| page | number | optional | Page number for pagination. Tally defaults to 1. |
| limit | number | optional | Number of items per page. Tally documents a maximum of 500. |
| filter | string | optional | Submission completion status filter. |
| startDate | string | optional | Filter submissions submitted on or after this ISO 8601 timestamp. |
| endDate | string | optional | Filter submissions submitted on or before this ISO 8601 timestamp. |
| afterId | string | optional | Submission ID after which results should be returned. |
/forms/{formId}/submissions/{submissionId}
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | Tally form ID that owns the submission. |
| submissionId | string | required | Tally submission ID to retrieve. |