MsdComponents/machineId


Method: GET



Description:

Returns a list of MsdComponents for a specified machine
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/machineId/{machineId}?maxNumberOfEntries={maxNumberOfEntries}&ascending={ascending}

Parameters:

machineIdMachine Id of the machine 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/machineId/12?maxNumberOfEntries=10&ascending=true



All REST Resources