ReelsData/(reelId)
Method: GET
Description:
Returns the ReelData entity according to the specified reelId (ReelData includes information about the current state of the reel)
Resource URL:
http://localhost:8014/MaterialManagement/ReelsData/{reelId}
Parameters:
reelId
ID of the reel for which to get data
String
Examples:
http://localhost:8014/MaterialManagement/ReelsData/ID0001
All REST Resources