curl --request GET \
--url http://localhost:3000/v1/scanner/inventory/groups{
"groups": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"location_code": "<string>",
"zone_code": "<string>",
"aisle_number": 123,
"bay_number": 123,
"shelf_number": 123,
"slot_number": 123,
"parent_group_id": "<string>",
"is_active": true,
"created_at": "<string>",
"updated_at": "<string>",
"deleted_at": "<string>"
}
]
}Returns all inventory groups, optionally filtered by type, zone, aisle, or parent.
curl --request GET \
--url http://localhost:3000/v1/scanner/inventory/groups{
"groups": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"location_code": "<string>",
"zone_code": "<string>",
"aisle_number": 123,
"bay_number": 123,
"shelf_number": 123,
"slot_number": 123,
"parent_group_id": "<string>",
"is_active": true,
"created_at": "<string>",
"updated_at": "<string>",
"deleted_at": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.
Filter by group type
aisle, bay, shelf, slot, all "slot"
Filter by zone code
"A"
Filter by aisle number
1
Filter by parent group ID
List of inventory groups
Show child attributes