API Docs | EfficiencyGoals | Tajima Software Solutions Inc.

With the /EfficiencyGoals endpoint user can get a calculation of how much time has passed since the start of the shift and compare that value with the amount that should have been produced in the same time period.

GET /api/EfficiencyGoals/GetMachinesGoalsData Returns the information about the Efficiency Goals.
Request Example
    /api/EfficiencyGoals/GetMachinesGoalsData?machine=Machine&operUserName=operUserName
    machine - (Optional) Machine name or description or alias
    operUserName - (Optional) Operator User name
                
Response Example
    [
        {
            "$id": "1",
            "MachineName": "string",
            "StitchesGoal": 0.0,
            "PiecesGoal": 0.0,
            "TotalPiecesProduced": 0.0,
            "TotalStitchesProduced": 0.0,
            "LastDesignCompletedTime": "0001-01-01T00:00:00",
            "StitchesGoalHexColor": "string",
            "PiecesGoalHexColor": "string"
        }
    ]