Return a list of Sample Inventory Locations for the given Vault.
GET /api/v1/vaults/$VAULT_ID/inventory_locations
Example:
curl -H "X-CDD-Token: $TOKEN" https://app.collaborativedrug.com/api/v1/vaults/489978881/inventory_locations
Returns:
[
{
"id": 1209,
"class": "inventory location",
"created_at": "2023-10-30T18:25:41.771Z",
"modified_at": "2023-10-30T18:25:41.771Z",
"filled_position_count": 0,
"num_columns": 0,
"num_rows": 0,
"position_limit": 0,
"value": "Gotham"
},
{
"id": 1210,
"class": "inventory location",
"created_at": "2023-10-30T18:25:41.774Z",
"modified_at": "2023-10-30T18:25:41.774Z",
"filled_position_count": 0,
"num_columns": 0,
"num_rows": 0,
"parent_id": 1209,
"position_limit": 0,
"value": "Blackgate"
},
{
"id": 1211,
"class": "inventory location",
"created_at": "2023-10-30T18:25:41.777Z",
"modified_at": "2023-10-30T18:25:41.777Z",
"filled_position_count": 0,
"num_columns": 0,
"num_rows": 0,
"parent_id": 1210,
"position_limit": 0,
"value": "Freezer 1"
},
{
"id": 1212,
"class": "inventory location",
"created_at": "2023-10-30T18:25:41.779Z",
"modified_at": "2023-10-30T18:25:41.779Z",
"filled_position_count": 0,
"num_columns": 8,
"num_rows": 8,
"parent_id": 1211,
"position_limit": 64,
"value": "Box 1"
},
.
.
.