Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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, "full": 123, "inTote": 123, "inSlot": 123 } }
Get a list of all bags with item counts and stats
List of bags with stats
Show child attributes