v1
latestOpenAPI 3.1.02026-07-17220542.8 KBList all submissions
The API endpoint provides the ability to retrieve a list of available submissions.
Query parameters
The template ID allows you to receive only the submissions created from that specific template.
Filter submissions by status.
Filter submissions based on submitter's name, email or phone partial match.
Filter submissions by unique slug.
Filter submissions by template folder name.
Returns only archived submissions when true and only active submissions when false.
The number of submissions to return. Default value is 10. Maximum value is 100.
The unique identifier of the submission to start the list from. It allows you to receive only submissions with an ID greater than the specified value. Pass ID value from the pagination.next response to load the next batch of submissions.
The unique identifier of the submission that marks the end of the list. It allows you to receive only submissions with an ID less than the specified value.
Response
OK
Example response
{
"data": [
{
"name": "Test Submission Document"
}
]
}