...
Use this resource to get storage containers . This API returns all the institutes storage containers present in the open specimen application. User can also specify the max results to fetch the desired number of records.
Use HTTP GET method to call this API by passing the below details in JSON format.
...
Parameter | Details |
---|---|
maxResults | maximum Maximum number of records to fetch. By default it will be 1000 |
...
URL | http://<host>:<port>/ openspecimen/rest/ng/storage-containers |
Method | GET |
Request | application/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":"Activeactive", "createdBy" : { "loginName" : "admin@admin.com", "domainName" :"catissue" }, "siteName":"My Site", "parentContainerName": "Freezerfreezer" }]
|
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | Storage containers got successfully |
401 | All requests | Authorization failed, User user doesn’t have Authorityauthority |
500 | All requests | Internal server error, Encountered encountered server error while performing operations |