Long-term performance analysis aggregating stitch counts and threadbreaks across the requested period. Includes a normalized "threadbreaks per 10k stitches" metric. Automatically generates entries across the full from/till range.
Authentication
Requires the X-API-Key header.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
from | integer (query, Unix s) | yes | Start of time range. |
till | integer (query, Unix s) | yes | End of time range. |
locationId | integer (default 0) | no | Optional location filter. |
shift | string (query, JSON) | no | Optional shift filter. |
includeBobbinThreadbreaks | boolean (default false) | no | Include bobbin threadbreaks. |
Response (200 OK)
| Field | Type | Description |
|---|---|---|
data[].day | integer | Day as Unix timestamp (seconds, midnight-aligned). |
data[].stitches | integer | |
data[].threadbreaks | integer | |
data[].tbPer10k | number (float) | Threadbreaks per 10,000 stitches. |