Versions Compared

Key

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

...

URLhttp://<host>:<port>/openspecimen/rest/ng/container-types
MethodGET
Requestapplication/json

Response

 

 

Code Block
languagejs
linenumberstrue
[
 {
 "id": 1,
 "name": "Box",
 "nameFormat": "%PCONT_NAME%-B-%PCONT_ALPHA_SEQ%",
 "noOfColumns": 9,
 "noOfRows": 10,
 "columnLabelingScheme": "Alphabets Upper Case",
 "rowLabelingScheme": "Alphabets Upper Case",
 "temperature": -90,
 "storeSpecimenEnabled": true,
 "activityStatus": "Active"
 },
 {
 "id": 3,
 "name": "Freezer",
 "nameFormat": "FD-%SITE_UID%",
 "noOfColumns": 6,
 "noOfRows": 6,
 "columnLabelingScheme": "Numbers",
 "rowLabelingScheme": "Numbers",
 "temperature": -90,
 "storeSpecimenEnabled": false,
 "activityStatus": "Active"
 },
 {
 "id": 2,
 "name": "Rack",
 "nameFormat": "%PCONT_NAME%-RK-%PCONT_UID%",
 "noOfColumns": 10,
 "noOfRows": 10,
 "columnLabelingScheme": "Numbers",
 "rowLabelingScheme": "Numbers",
 "temperature": -90,
 "storeSpecimenEnabled": true,
 "activityStatus": "Active"
 }
]