PULSAR
API ReferenceWork Steps

Get Work Steps

List work steps.

Authorization

bearerAuth user, superuser, admin, superadmin, readonly
Authorization<token>

In: header

Scope: user, superuser, admin, superadmin, readonly

Query Parameters

machineId?array<>

The machine's ID.

operatorId?number

The operator's ID.

Formatdouble
start?string

The start of the date range to filter by.

Formatdate-time
end?string

The end of the date range to filter by.

Formatdate-time
onlyCurrentShifts?boolean

Whether to only include current shifts.

Response Body

application/json

Try it live
GET
/work-steps

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X GET "https://example.com/work-steps"
[  {    "rawMaterials": [      {        "productionAdvancementId": "string",        "companyId": 0.1,        "name": "string",        "id": "string"      }    ],    "defectReason": "string",    "idealSpeedByHour": 0,    "skuUnit": "string",    "skuName": "string",    "skuDescription": "string",    "sku": "string",    "skuId": "string",    "work": "string",    "workOrderStatus": "string",    "workOrderId": "string",    "operatorLastName": "string",    "operatorFullName": "string",    "operatorFirstName": "string",    "machineName": "string"  }]