Versions Compared

Key

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

openspecimen/rest/ng/storage-containers

or

openspecimen/rest/ng/storage-containers?maxResults={maxResults}

Use this resource to get storage containers . This API returns all the institutes present in the open specimen application. User can also specify the max results to fetch.

 

Use HTTP GET method to call this API by passing the below details in JSON format.

Below are the attributes :

Parameter
Details
maxResultsmaximum number of records to fetch. By default it will be 1000


http[s]:<host>:<port>/catissuecore/rest/ng/storage-containers

or

http[s]:<host>:<port>/catissuecore/rest/ng/storage-containers?maxResults={maxResults}


Use this URL to get storage containers in open specimen application.

Result:

The response of this request will contains the details of the storage containers.

Below is the example of the get storage containers:

URLhttp://<host>:<port>/catissuecore/rest/ng/storage-containers
MethodGET
Requestapplication/json

Response

[

{

"id" : 1,

"name":"Container1",

"barcode":"2-edpwesdadas-343",

"activityStatus":"Active",

"createdBy" : {

              "loginName" : "admin@admin.com",

               "domainName" :"catissue"

},

"siteName":"My Site",

"parentContainerName": "Freezer"

},

{

"id" : 2,

"name":"Container2",

"barcode":"2-edpwesdadas-3",

"activityStatus":"Active",

"createdBy" : {

              "loginName" : "admin@admin.com",

               "domainName" :"catissue"

},

"siteName":"My Site",

"parentContainerName": "Freezer"

}]

 

 

Error Cases :

code
Applies to
Status Message
200All resourcesInstitutes got successfully
401All requestsAuthorization failed, User doesn’t have Authority
500All requestsInternal server error, Encountered server error while performing operations