Get Submission
Get a submission object
Returns a submission
GET
https://api.formdr.com/api/v1/practice/{practiceId}/submissions/{submissionId}
Returns data of a submission, including the prefilledData.
Path Parameters
Name
Type
Description
practiceI*
String
Practice ID
submissionId*
String
Submission ID
Testing
During testing, submissions must have an "APITEST" field, that includes a value as well. It can be any field. If you are missing this field during testing, you will be given an error that describes the same.
Last updated