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/cold
{ "equipment": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "zone_code": "<string>", "location_code": "<string>", "is_active": true, "parent_group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "temperature": 123 } ], "stats": { "total": 123, "fridges": 123, "freezers": 123, "active": 123, "online": 123, "offline": 123, "warning": 123 }, "temperature_source": "<string>", "message": "<string>" }
Get a list of all cold storage equipment (fridges and freezers)
List of cold equipment with stats
Show child attributes