UtilLog_GetEvents (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | UtilLog_GetEvents |
Resource Path:/api/utilLog
Get a specific utilization history event or get all of an entity's events.
When getting a specific utilization history event, the endpoint retrieves the specified event. It also retrieves the objects for the previous and next events. Having the previous and next events allows the target event and the events prior to and after it to be displayed in a Gantt chart in the UI when splitting the event.
| Name | Description | Data Type |
|---|---|---|
| id | The log ID of the target utilization history event. To get an event to update or split, include this parameter but not the entityID parameter (e.g., /api/utilLog?id=13). Alternatively, you can enter event's log ID as part of the URL path (e.g., /api/utilLog/13.) | integer |
| entityID | The entity ID. To get all utilization history events for an entity, include this parameter but not the id parameter (e.g., /api/utilLog?entityID=5). | integer |
The response body is of type Array[Mes.WebApi.Models.UtilLog].
When getting a specific event, the response body is of type Array[Mes.WebApi.Models.UtilLogEditRecords].