Versions Compared

Key

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

openspecimen/rest/ng/visits/{visitId}/spr-lock

...

Summary

This page contains documentation of lock/unlock surgical pathology report , REST API.

Request Details

Use following http PUT request to lock/unlock surgical pathology report (SPR) of given visit identifier. Use HTTP PUT method to call this API by passing the below details:Below are the parameters which need to be sent with the request:.

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


Parameter
Details
visitIdIdentifier of the visit of which you want to download spr.
locked

lock status of surgical pathology report.

1. To lock report value would be 'True'

2. To unlock report value would be 'False'

...

Use this URL to lock/unlock surgical pathology report (SPR) from OpenSpecimen application.

Result

...

The response of this request contains lock/unlock status of surgical pathology report of specified visit identifier.

Below is the example of the lock/unlock surgical pathology report (SPR)

...

Example

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

{

"locked":true

}

Response

{

"visitId": "1" ,

"visitName": "Visit 1",

"locked":true,

}

 


Error Cases :

code
Applies to
Status Message
200All resourcesSurgical Pathology Report (SPR) status updated 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