...
openspecimen/rest/ng/participants/{participant_id}
Use this resource to partially update retrieve an existing participant's details in the from OpenSpecimen application. Use HTTP GET method to call this API.
...
URL | http[s]:<host>:<port>/catissuecore/rest/ng/participants/1 |
Method | GET |
content-type | application/json | json
response | | response
"activityStatus" : "Active", |
"gender" : "Male Gender", |
"pmis" : [ { "mrn" : "324r6", | } ],
} ],
"race" : [ "Asian" ], | |
Error Cases :
| | |
---|
200 | All resources | Participant registered successfully |
401 | All requests | Authorization failed, User doesn’t have privileges to register Participants |
404 | All requests | Participant not found, Participant with the given identifier is not present in the system |
500 | All requests | Internal server error, Encountered server error while performing operations |