Get Storage
List or get storage items
Parameter
Type
Description
GET /storage?location_id=5GET /storage/550e8400-e29b-41d4-a716-446655440000{
"data": [
{
"storage_id": 1,
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"storage_number": "STR-2024-0001",
"type": "HDD",
"make": "Vendor",
"model_name": "Model X",
"model_number": "X-100",
"serial_number": "SN123",
"capacity": 1000,
"capacity_unit": "GB",
"notes": "",
"free_space": 500,
"location": {
"location_id": 1,
"name": "Evidence Room A",
"group": {
"location_id": 10,
"name": "Main Evidence"
},
"office": {
"office_id": 1,
"name": "HQ"
},
"path": "Building 1 / Evidence Room A"
},
"case": {
"case_id": 1,
"uuid": "660e8400-e29b-41d4-a716-446655440001",
"case_number": "CASE-2024-0001",
"case_name": "Example Case",
"date_assigned": "2024-01-10T00:00:00.000Z",
"client": {
"client_id": 1,
"name": "Acme Corp",
"email": "[email protected]",
"organization": "Acme Corporation"
}
},
"created_on": "2024-01-15T00:00:00.000Z",
"is_general_storage": false,
"encryption_key": "",
"last_audit_date": "2024-01-01",
"custom_fields": []
}
]
}Property
Type
Description
Last updated