Versions Compared

Key

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

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.

...

Parameter
Details
idbiohazard id to fetch the biohazard

...

nameBiohazard 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.

...

URL

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

or

http://<host>:<port>/openspecimen/rest/ng/biohazards/name=Cr-51

MethodGET
Requestapplication/json

Response

{

id3

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