ItemReason_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | ItemReason_Get |
Resource Path:/api/ItemReason
Get all item reasons or get item reasons for a specific entity.
To get all item reasons: Do not include any parameters in the call.
To get item reasons for a specific entity: Include the following parameters in the call; the optional parameters allow you to filter the entity's item reasons:
entId (integer)
Required. The entity ID.
itemId (string)
The item ID.
reasGrpType (integer)
An enumeration that indicates the reason group type.
0 = Hidden
1 = Production
2 = Consumption
3 = Waste
The response body is of type Array[Mes.WebApi.Models.ItemReason].