Daniel Deutsch
Member
Production Schedule
How do I get the production schedule from a specific Workplace and Machine?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Alexander
The operations dispatched to a workplace can be retrieved either by specifying the workplace number or the UUID of the workplace. The calls are as follows:
GET operations?isDispatched=true&limit=100&paginationDirection=NEXT&workplaceNumber={workplaceNumber}&embed=planningResult&embed=forecastResult
respectively
GET operations?isDispatched=true&limit=100&paginationDirection=NEXT&workplaceId={workplaceId}&embed=planningResult&embed=forecastResult
The planning result provides the dates according to the original detailed order planning, the forecast result provides the expected dates taking into account delays in order processing.