Maps threadbreak occurrences to specific stitch positions within a design pattern. Useful for spotting weak digitizing or recurring problem zones.
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. |
machineIds | string (query) | yes | Machine IDs or "all". |
shift | string (query, JSON) | no | Optional shift filter. |
includeBobbinThreadbreaks | boolean (default false) | no | Include bobbin threadbreaks. |
designId | string (query) | yes | Design / pattern ID to analyze. |
designStitches | integer (query) | yes | Total stitch count of the design. |
Response (200 OK)
| Field | Type | Description |
|---|---|---|
data.designId | string | |
data.designStitches | integer | |
data.totalPasses | integer | Total completed passes of this design in the range. |
data.threadbreaks[].stitch | integer | Stitch position where breaks occurred. |
data.threadbreaks[].threadbreaks | integer | Count of breaks at this stitch. |