Summary
This page contains documentation of REST API to download surgical pathology report.
Request Details
Use following http GET request to download surgical pathology report.
http[s]:<host>:<port>/openspecimen/rest/ng/visits/{visitId}/spr-file
Parameter | Details |
---|---|
visitId | Identifier of the visit |
Result
The response of this request will download the surgical pathology report of specified visit identifier.
Example
URL | http[s]:<host>:<port>/openspecimen/rest/ng/visits/1/spr-file |
Method | GET |
content-type | application/json |
Response | File i.e Downloads the Surgical Pathology Report. |
Error Cases
code | Applies to | Status Message |
---|---|---|
200 | All resources | Surgical Pathology Report (SPR) downloaded uploaded successfully |
401 | All requests | User does not have sufficient rights to perform this operation |
404 | All requests | Visit specified in requested operation does not exists |
500 | All requests | Internal Server Error. Report this error to system administrator |