Calculates the average rotation speed (Revolutions Per Minute) per machine, based on productive time during design executions. RPM = total stitches / productive time (minutes).
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. |
Response (200 OK)
| Field | Type | Description |
|---|---|---|
data[].locationId | integer | |
data[].locationName | string | |
data[].machineId | string | |
data[].machineName | string | |
data[].productiveTime | integer | Total productive time in seconds. |
data[].stitches | integer | |
data[].averageRpm | number (float) | e.g. 666.67. |