Get a single submission
Gets a single submission based of its Id and its respective formId
Path parameters
The ID of the form.
The ID of the form submission.
Response
The Submission was retrieved successfully
Changes
Changed in 2 of the 7 revisions of this API.145
- ▲
removed the media type
application/problem+jsonfor the response with the status400response-media-type-removed
- ○
added the optional property
allOf[SubmissionModel]/submittedByto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/customQuestionsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/requiresReCaptchato the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/themeModelto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
allOf[SubmissionModel]/submittedByfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/customQuestionsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/requiresReCaptchafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/formDefinition/oneOf[FormDefinitionModel]/themeModelfrom the response with the200statusresponse-optional-property-removed
- ○
added the media type
application/problem+jsonfor the response with the status400response-media-type-added
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●