{ "operationId": "getWipOperations", "method": "GET", "path": "/wip/operations", "summary": "Retrieve Wip Operations", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getwipoperations200Example", "example": { "items": [ { "wipEntityId": "500123", "operationSeqNum": 10, "organizationId": "500123", "departmentId": "500123", "departmentCode": "example_value", "operationDescription": "example_value", "scheduledQuantity": 42.5, "quantityInQueue": 42.5, "quantityRunning": 42.5, "quantityCompleted": 42.5, "quantityScrapped": 42.5, "firstUnitStartDate": "2026-01-15T10:30:00Z", "lastUnitCompletionDate": "2026-01-15T10:30:00Z", "countPointType": 10, "backflushFlag": 10 } ], "totalCount": 10, "hasMore": true } } ] }