Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Summary

This page contains documentation of REST API to get surgical pathology report text.

Request Details

Use following http GET request to get surgical pathology report (SPR) text.

http[s]:<host>:<port>/openspecimen/rest/ng/visits/{visitId}/spr-text


Parameter
Details
visitIdIdentifier of the visit of which you want spr text.

 

Result

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

Example

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

Response

surgical pathology report text

 

Error Cases 

code
Applies to
Status Message
200All resourcesSurgical pathology report text retrieved 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
  • No labels