LowLevelWarnings/LineId


Method: GET



Description:

Returns a list of LowLevelWarnings for a specified line
Returns up to maxNumberOfEntries (if not specified, returns all), sorts according to parameters ascending & boardsLeft

Resource URL:

http://localhost:8014/MaterialManagement/LowLevelWarnings/lineId/{lineId}?maxNumberOfEntries={maxNumberOfEntries}&ascending={ascending}&boardsLeft={boardsLeft}

Parameters:

lineIdLine Id of the line for which to display Low Level WarningsInteger
maxNumberOfEntriesThe maximum Number of Low Level Warnings to return (Optional)Integer
ascendingWhether to sort the results by ascending order (Optional)Boolean
boardsLeftWhether to sort the results by number of boards left (Optional)Boolean


Examples:

http://localhost:8014/MaterialManagement/LowLevelWarnings/lineId/1?maxNumberOfEntries=10&ascending=true&boardsLeft=false



All REST Resources