Skip to main content
GET
Get submissions by form id

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

24-char hex identifier of the form.

Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

Query Parameters

page
integer

Page index (1-based).

Required range: x >= 1
Example:

1

limit
integer

Items per page.

Required range: 1 <= x <= 100
Example:

10

status
string

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"

lang
string

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