Versions Compared

Key

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

openspecimen/rest/ng/sitesbiohazards

or

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

Use this resource to get sitesbiohazards. This API returns all the sites biohazards present in the openSpecimen application. 

...

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/sitesbiohazards

or

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


Use this URL to get sites biohazards in openSpecimen application.

...

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

Below is the example of the get sitesbiohazards:

URLhttp://<host>:<port>/openspecimen/rest/ng/sitesbiohazards
MethodGET
Requestapplication/json

Response

[0]

[{

name"Pune101"
coordinatorCollection
[{ 
      loginName"admin@admin.com"
domainName"catissue"
}]
id3
type"repository"
emailAddress:"admin@admin.com"
activityStatus"Active"
emailAddressadmin@admin.com
street"SB Road"
city"Pune"
state"Maharashtra"
country"India"
zipCode"412312"
faxNumber"123321"
phoneNumber"213434324"


},
[1]
{
name"Pune101"
 coordinatorCollection
[{ 
      loginName"admin@admin.com"
domainName"catissue"
}] 
id4
type"repository"
emailAddress:"admin@admin.com"
activityStatus"Active"
emailAddressadmin@admin.com
street"SB Road"
city"Pune"
state"Maharashtra"
country"India"
zipCode"412312"
faxNumber"123321"
phoneNumber"213434324"
} ]

 

 

Error Cases :

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