Returns all equipment that has data available for reports.
https://api.knaq.io/1/equipment-statistics/equipment
Authorization request header | Bearer token |
{
"equipment": [
{
"id":"00010001-0001-0001-0001-000100010001",
"building": "123 Main Street",
"equipment_name": "PE 1",
"asset_id": "001",
"equipment_type": "hydraulic",
"department": "Operations"
}
]
}
Name | Type | Description |
---|---|---|
id |
string | Unique identifier of this equipment. |
building |
string | The building or equipment location. |
equipment_name |
string | The name or label assigned to this equipment. |
asset_id |
string | Unique identifier used within the organization. |
equipment_type |
string | The type or category of this equipment. Supported values:
|
department |
string | The department within the organization associated with this equipment. |