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:
lineName
Line Name of the line for which to display MSD Components
String
maxNumberOfEntries
The maximum Number of Msd Components to return (Optional)
Integer
ascending
Whether 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