Get a single submission by token
Gets a single submission based on its token and its respective formId
Path parameters
The ID of the form.
The token of the form submission.
Response
The Submission was retrieved successfully
Changes
Changed in 2 of the 7 revisions of this API.1910
- ▲
media type
application/problem+jsonwas changed to a more general media typeapplication/jsonfor the response status400response-media-type-name-generalized
- ●
removed the optional property
errorsfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
messagefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
statusCodefrom the response with the400statusresponse-optional-property-removed
- ○
added the optional property
detailto the response with the400statusresponse-optional-property-added
- ○
added the optional property
instanceto the response with the400statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the400statusresponse-optional-property-added
- ○
added the optional property
submittedByto the response with the200statusresponse-optional-property-added
- ○
added the optional property
titleto the response with the400statusresponse-optional-property-added
- ○
added the optional property
typeto the response with the400statusresponse-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
detailfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
instancefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
submittedByfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
titlefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
typefrom the response with the400statusresponse-optional-property-removed
- ○
media type
application/jsonwas changed to a more specific media typeapplication/problem+jsonfor the response status400response-media-type-name-specialized
- ○
added the optional property
errorsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
statusCodeto the response with the400statusresponse-optional-property-added
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●