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 page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

openspecimen/rest/ng/biohazards/{biohazardId}


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
biohazardIdbiohazard id to fetch the biohazard


http[s]:<host>:<port>/openspecimen/rest/ng/biohazards/{biohazardId}


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

http://<host>:<port>/openspecimen/rest/ng/biohazards/3

MethodGET
Requestapplication/json

Response

{

biohazardId3

name"Cr-51"
type: "infectious"
comment"Something "
activityStatus:"Active"
}

 

 

Error Cases :

code
Applies to
Status Message
200All resourcesbiohazard got successfully
401All requestsAuthorization failed, user doesn’t have authority
500All requestsInternal server error, encountered server error while performing operations
  • No labels