ByteForms integration (Productivity, Data). Imported from open-connector.
https://api.forms.bytesuite.io/api/form
/api/form/{formId}
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The ByteForms form ID to retrieve. |
/api/form/responses/{formId}{suffix}
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The ByteForms form ID whose responses should be listed. |
| limit | integer | optional | The maximum number of responses to return. |
| order | string | optional | The sort order for the response page. |
| query | string | optional | The free-text filter query passed through to ByteForms. |
| after | string | optional | The cursor used to request the next response page. |
| before | string | optional | The cursor used to request the previous response page. |
| suffix | string | required | Path parameter: suffix |