MsdComponents/lineId


Method: GET



Description:

Returns a list of MsdComponents for a specified line
Returns up to maxNumberOfEntries (if not specified – return all),
Sorts by remaining MSD time in minutes and according to parameter ascending

Resource URL:

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

Parameters:

lineIdLine Id of the line for which to display MSD ComponentsInteger
maxNumberOfEntriesThe maximum Number of Msd Components to return (Optional)Integer
ascendingWhether to sort the results by ascending order (Optional)Boolean


Examples:

http://localhost:8014/MaterialManagement/MsdComponents/lineId/1?maxNumberOfEntries=10&ascending=true



All REST Resources