Got feedback or spotted a mistake?

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

Get All Biohazards

openspecimen/rest/ng/biohazards

or

openspecimen/rest/ng/biohazards?maxResults={maxResults}

Use this resource to get biohazards. This API returns all the biohazards 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
maxResultsmaximum number of records to fetch. By default it will be 1000


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

or

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


Use this URL to get biohazards in openSpecimen application.

Result:

The response of this request will contains the details of the biohazards.

Below is the example of the get biohazards :

URL

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

or

http://<host>:<port>/ openspecimen/rest/ng/biohazards?maxResults=2

MethodGET
Requestapplication/json

Response

[0]

{

biohazardId3

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

{

biohazardId4

name"Cr-52"
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
Got feedback or spotted a mistake?

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