Returns all visible machines connected to a specific datacollector (Poolbox unit). The datacollector must belong to the authenticated company.
Authentication
Requires the X-API-Key header.
Path parameters
id (string, required) – the datacollector identifier (e.g. POOL-001).
Response (200 OK)
| Field | Type | Description |
|---|---|---|
data[].machine_id | string | Unique machine identifier (e.g. 26027). |
data[].machine_name | string | Machine display name / alias. |
data[].location_name | string | Name of the location the machine is assigned to. |
data[].heads | integer | Number of embroidery heads. |
data[].needles | integer | Number of needles per head. |
data[].first_seen | string (date-time) | First time this machine reported via this datacollector. |
data[].last_seen | string (date-time) | Last time the machine reported in. |