List form submissions
Forms
List form submissions
Returns a paginated list of submissions for a form. Each submission’s data holds answers keyed by field key (cf_*).
GET
List form submissions
Authorizations
API key for authentication. Get yours at app.heffl.com/settings/developers
Path Parameters
Form ID (frm_ prefix)
Query Parameters
Cursor for pagination. Pass the previous response meta.nextCursor value (a submission ID) to fetch the next page.
Number of items to return per page (max 100)
Required range:
1 <= x <= 100