Form Submissions
Get submissions by form id
Returns submissions for the given form with optional filters and pagination. Requires auth. Callers whose role is WRITER are restricted to forms they created.
GET
Get submissions by form id
Authorizations
Path Parameters
24-char hex identifier of the form.
Pattern:
^[a-fA-F0-9]{24}$Example:
"{{objectId}}"
Query Parameters
Page index (1-based).
Required range:
x >= 1Example:
1
Items per page.
Required range:
1 <= x <= 100Example:
10
Comma-separated list of statuses to include. Allowed values: pending, approved, rejected. A value matching none of these is rejected with 400.
Example:
"pending,approved"
Filter by the submission's stored language. Pass a single code — the returned page is matched with an exact comparison, so a comma-separated list yields an empty page (it is only expanded when counting the total).
Example:
"en"
Response
OK

