v6

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0161113158.0 KB
Forms

Create a new submission on behalf of another user

Creates a new form submission with the ability to set the submittedBy field.

post/api/forms/{formId}/submissions/onbehalf

Path parameters

formIdinteger required

Request body

isCompleteboolean nullable

Boolean flag to indicate if a submission is complete. Optional

currentPageinteger nullable

Current page if the form has multiple pages. Optional

jsonDatastring nullable

Stringified form submission data

metadatastring nullable

Stringified metadata related to the form submission

submittedBystring nullable

Optional identifier of the user on whose behalf the form is being submitted.

Response

The submission was successfully created

idstring
isCompleteboolean
jsonDatastring
formIdstring
formDefinitionIdstring
currentPageinteger nullable
metadatastring nullable
tokenstring nullable
completedAtstring date-time nullable
createdAtstring date-time
modifiedAtstring date-time nullable
statusstring
submittedBystring nullable