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 6 Next »

openspecimen/rest/ng/sites

or

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

Use this resource to get sites. This API returns all the sites 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/sites

or

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


Use this URL to get sites in openSpecimen application.

Result:

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

Below is the example of the get sites:

URL

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

 or

http://<host>:<port>/openspecimen/rest/ng/sites?maxResults={maxResults}

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 got successfully
401All requestsAuthorization failed, user doesn’t have authority
500All requestsInternal server error, encountered server error while performing operations
  • No labels