curl --request GET \
--url http://localhost:3000/v1/equipment/bags{
"bags": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"display_id": "<string>",
"bag_code": "<string>",
"status": "<string>",
"temperature_zone": "<string>",
"item_count": 123,
"tote_id": "011000001000020053",
"slot_id": "<string>",
"order_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"total": 123,
"stats": {
"total": 123,
"empty": 123,
"filling": 123,
"sealed": 123,
"inTote": 123,
"inSlot": 123
}
}Get a list of all bags with item counts and stats
curl --request GET \
--url http://localhost:3000/v1/equipment/bags{
"bags": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"display_id": "<string>",
"bag_code": "<string>",
"status": "<string>",
"temperature_zone": "<string>",
"item_count": 123,
"tote_id": "011000001000020053",
"slot_id": "<string>",
"order_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"total": 123,
"stats": {
"total": 123,
"empty": 123,
"filling": 123,
"sealed": 123,
"inTote": 123,
"inSlot": 123
}
}