Leave a comment at the end of this page or email contact@krishagni.com
Get Storage Container
openspecimen/rest/ng/storage-containers/{id}
Use this resource to get storage container by id . This API returns storage container present in the open specimen application.
Use HTTP GET method to call this API by passing the below details in JSON format.
The attributes description :
Parameter | Details |
---|---|
id | Storage container id to fetch details. |
http[s]:<host>:<port>/openspecimen/rest/ng/storage-containers/{id}
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:
URL | http://<host>:<port>/ openspecimen/rest/ng/storage-containers/1 |
Method | GET |
Request | application/json |
Response | { "id" : 1, "name":"Container1", "barcode":"2-edpwesdadas-343", "activityStatus":"ACTIVE", "createdBy" : { "loginName" : "admin@admin.com", "domainName" :"catissue" }, "tempratureInCentigrade":22.22, "siteName":"My Site", "parentContainerName": "Freezer", "holdsCPTitles":["Cp1","my CP"], "holdsSpecimenTypes" : ["blood","tissue"], "comments":"Blah blah blah", "oneDimensionCapacity":10, "twoDimensionCapacity":10, "oneDimentionalLabellingScheme ": "Numbers", "twoDimentionalLabellingScheme ": "Numbers" } |
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | Storage container got successfully |
401 | All requests | Authorization failed, User doesn’t have authority |
500 | All requests | Internal server error, Encountered server error while performing operations |
Leave a comment at the end of this page or email contact@krishagni.com