Mes.WebApi.Models.UtilLog JSON Schema
- Last UpdatedNov 06, 2025
- 3 minute read
| Name | Description | Data Type |
|---|---|---|
| ent_id | The entity ID on which the event occurred. | integer |
| log_id | The log ID that uniquely identifies the event record in the Util_History table. | integer |
| wo_id | The work order ID for which the event occurred. | string |
| event_time_utc | The actual start of the event, in UTC. This value is the actual start time of the utilization event, even if the event started before the beginning of the time period specified by the hourFilter parameter. | string |
| event_end_time_utc | The end of the event, in UTC. | string |
| duration_in_seconds | The actual duration of the event in seconds. This value is the actual duration of the utilization event, even if the event started before the beginning of the time period specified by the hourFilter parameter. | integer |
| duration | The actual duration of the event in milliseconds. This value is the actual duration of the utilization event, even if the event started before the beginning of the time period specified by the hourFilter parameter. | string |
| state_cd | The utilization state code. | integer |
| state_desc | The utilization state description. | string |
| state_color | The name or hex value of the HTML color of the utilization state’s background color in the user interface. | string |
| reas_grp_id | The reason group ID to which the utilization reason that is associated with the event belongs. | integer |
| reas_grp_desc | The reason group description to which the utilization reason that is associated with the event belongs. | string |
| reas_cd | The utilization reason code (e.g., the reason for downtime) that is associated with the event. | integer |
| reas_desc | The utilization reason description (e.g., the reason for downtime) that is associated with the event. | string |
| raw_reas_cd | The raw reason code of the utilization reason associated with the event. | string |
| reas_pending | The indication whether the user should be prompted for an override utilization reason. | boolean |
| standard_time | The standard time in minutes for an override utilization reason. | number |
| downtime | The indication that the event counts as downtime. | boolean |
| runtime | The indication that the event counts as runtime. | boolean |
| failure | The indication that the event counts as a failure. | boolean |
| comments | The comments about the event. | string |
| shift_id | The shift ID during which the event occurred. A value of 0 will be returned if there is no shift associated with this record. | integer |
| shift_desc | The shift description during which the event occurred. | string |
| shift_start_utc | The date and time when the shift started, in UTC. Will have a value of 1/1/1900 if there is no shift associated with the record. | string |
| severe | boolean | |
| category1 | The content of the category1 field. | string |
| category2 | The content of the category2 field. | string |
| category3 | The content of the category3 field. | string |
| category4 | The content of the category4 field. | string |
| spare1 | The content of the spare1 field. | string |
| spare2 | The content of the spare2 field. | string |
| spare3 | The content of the spare3 field. | string |
| spare4 | The content of the spare4 field. | string |