Leave a comment at the end of this page or email contact@krishagni.com
Get Biohazard
openspecimen/rest/ng/biohazards/{id}
or
openspecimen/rest/ng/biohazards/name={name}
Use this resource to get biohazard. This API returns biohazard present in the openSpecimen application. Use HTTP GET method to call this API by passing the below details in JSON format.
Below are the attributes which need to be sent in the request body:
Parameter | Details |
---|---|
id | biohazard id to fetch the biohazard |
name | Biohazard name to fetch the biohazard |
http[s]:<host>:<port>/openspecimen/rest/ng/biohazards/{id}
or
http[s]:<host>:<port>/openspecimen/rest/ng/biohazards/name={name}
Use this URL to get biohazard by an id in openSpecimen application.
Result:
The response of this request will contains the details of the biohazard.
Below is the example of the get biohazard :
URL |
or
|
Method | GET |
Request | application/json |
Response | { id: 3 name: "Cr-51" type: "infectious" comment: "Something " activityStatus:"Active" } |
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | biohazard got successfully |
401 | All requests | Authorization failed, user doesn’t have authority |
500 | All requests | Internal server error, encountered server error while performing operations |
Leave a comment at the end of this page or email contact@krishagni.com