Forms

Get a single submission

Gets a single submission based of its Id and its respective formId

get/api/forms/{formId}/submissions/{submissionId}

Path parameters

formIdinteger required

The ID of the form.

submissionIdinteger required

The ID of the form submission.

Response

The Submission was retrieved successfully

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

Changes

Changed in 2 of the 7 revisions of this API.145

  • 50eff5014b7814See the full diff
    • removed the media type application/problem+json for the response with the status 400

      response-media-type-removed

    • added the optional property allOf[SubmissionModel]/submittedBy to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/customQuestions to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/requiresReCaptcha to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/themeModel to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • fbc3fe6ecbf141See the full diff
    • removed the optional property allOf[SubmissionModel]/submittedBy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/customQuestions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/requiresReCaptcha from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/themeModel from the response with the 200 status

      response-optional-property-removed

    • added the media type application/problem+json for the response with the status 400

      response-media-type-added

    This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog