Leave a comment at the end of this page or email contact@krishagni.com
Download consent form
openspecimen/rest/ng/collection-protocol-registrations/{registration_id}/consent-form
Use this resource to download the uploaded consent form. Use HTTP GET method to call this API.
Here registration_id refers to the actual identifier of the registration for which the user wants to download the consent form.
http[s]:<host>:<port>/openspecimen/rest/ng/collection-protocol-registrations/{registration_id}/consent-form
Use this URL to download the uploaded consent form.
Result:
The response of this request will contains the details of the requested registration.
Below is the example of the update participant:
URL | http[s]:<host>:<port>/openspecimen/rest/ng/collection-protocol-registrations/3/consent-form |
Method | GET |
content-type | application/json |
response | This will return a binary file contents. |
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | File downloaded successfully |
401 | All requests | Authorization failed, User doesn’t have privileges to view the registration |
404 | All requests | Registration not found, Registration with the given identifier is not present in the system |
500 | All requests | Internal server error, Encountered server error while performing operations |
Leave a comment at the end of this page or email contact@krishagni.com