Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Summary

This page contains documentation of REST API to download surgical pathology report. Use HTTP GET method to call this API

Request Details

Use following url http GET request to download surgical pathology report.

...

The response of this request will download the surgical pathology report of specified visit identifier. 

Example

URLhttp[s]:<host>:<port>/openspecimen/rest/ng/visits/1/spr-file
MethodGET
content-typeapplication/json

Response

File i.e Downloads the Surgical Pathology Report.

 

Error Cases 

...

code
Applies to
Status Message
200All resourcesSurgical Pathology Report (SPR) downloaded uploaded successfully
401All requestsAuthorization failed, User doesn't have Authority
404All requestsVisit not found, Visit with given identifier does not exist in the system
500All requestsInternal server error, Encountered server error while performing operations

...