SubmissionList
A cursor-paginated page of submissions.
- dataType: array object[] · Submission[]required
The submissions on this page.
One answer set submitted to a form. Readable only by the form’s owner.
- createdType: string
At requiredISO 8601 timestamp of when the submission was received.
- dataType: objectrequired
The respondent’s answers as a
{ fieldKey: value }map. Value types follow each field’s type (string, number, boolean, or array of strings), and match the form’s submission body schema. - formType: string
Id requiredThe
idof the form this submission was made to. - idType: stringrequired
Unique submission identifier (prefixed
sub_).
- nextType: string | null
Cursor requiredCursor for the next page, or
nullwhen there are no more results. Also exposed as an RFC 8288Link: …; rel="next"header.