PicklistsDetails


Method: GET



Description:

Returns a list of Picklist history and details history
Results can be filtered by picklist ID, group ID, machine ID, status, time frame and comp ID
Results can be sorted by timestamp, and limited to number of results

Resource URL:

http://localhost:8014/MaterialManagement/PicklistsDetails?picklistId={picklistId}&groupId={groupId}&mcId={mcId}&status={status}&startTime={startTime}&endTime={endTime}&compId={compId}&order={order}&top={top}

Parameters:

picklistIdId of the picklist by which to filter (Optional)String
groupIdId of the group by which to filter (Optional)Integer
mcIdId of the machine by which to filter (Optional)Integer
statusStatus by which to filter (Optional)Integer
startTimeTime frame start (Optional)Time
endTimeEnd of time frame (Optional)Time
compIdComponent ID by which to filter (Optional)String
orderSort by timestamp: order of results. 'asc'=ascending / 'desc'=descending (Optional)String
topNumber of results to show (Optional)Integer


Examples:

http://localhost:8014/MaterialManagement/PicklistsDetails?
http://localhost:8014/MaterialManagement/PicklistsDetails?PicklistId=pl01&mcId=12
http://localhost:8014/MaterialManagement/PicklistsDetails?CompId=ID0001&order=desc&top=5



All REST Resources