MsdComponents/lineName


Method: GET



Description:

Returns a list of MsdComponents for a specified line using line name
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/lineName/{lineName}?maxNumberOfEntries={maxNumberOfEntries}&ascending={ascending}

Parameters:

lineNameLine Name of the line for which to display MSD ComponentsString
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/lineName/Line 1?maxNumberOfEntries=10&ascending=true



All REST Resources