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:
lineId
Line Id of the line for which to display MSD Components
Integer
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/lineId/1?maxNumberOfEntries=10&ascending=true
All REST Resources