ReelsData
Method: GET
Description:
Returns a list of ReelData based on operations traced on the provided list of machine ids and time frame
If no machine ids or time parameters are given, returns a list of ReelData based on operations traced on all machines and during all times
Resource URL:
http://localhost:8014/MaterialManagement/ReelsData/?machineIds={machineIds}&startTime={startTime}&endTime={endTime}
Parameters:
machineIds
List of machine IDs (Optional)
comma separated list of integers
startTime
Time frame start (Optional)
Time
endTime
End of time frame (Optional)
Time
Examples:
http://localhost:8014/MaterialManagement/ReelsData/?machineIds=10,12&startTime=2010-01-01T01:01:01Z&endTime=2015-01-01T01:01:01Z
All REST Resources