← Tools Reference

ByteForms

ByteForms integration (Productivity, Data). Imported from open-connector.

API key3 toolshttps://api.forms.bytesuite.io
GET
byteforms_list_forms
List forms available to the authenticated ByteForms account.

/api/form

GET
byteforms_get_form
Get one ByteForms form by form ID.

/api/form/{formId}

1 parameter
ParamTypeRequiredDescription
formIdstringrequiredThe ByteForms form ID to retrieve.
GET
byteforms_list_form_responses
List responses for one ByteForms form with the documented cursor, query, order, and limit parameters.

/api/form/responses/{formId}{suffix}

7 parameters
ParamTypeRequiredDescription
formIdstringrequiredThe ByteForms form ID whose responses should be listed.
limitintegeroptionalThe maximum number of responses to return.
orderstringoptionalThe sort order for the response page.
querystringoptionalThe free-text filter query passed through to ByteForms.
afterstringoptionalThe cursor used to request the next response page.
beforestringoptionalThe cursor used to request the previous response page.
suffixstringrequiredPath parameter: suffix