Retrieve a specific Event.
Retrieves detailed information about the specific Event with the given UUID. An Event corresponds to a unique instance of a state change within the system, classified under a specific Event Type.
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
The unique identifier (UUID) of the Event to retrieve.
Returns the Event
Response containing an Event entity.
The uniqie identifier (UUID) of the Event.
The name of the Event as it is registered in the system. This name is used to categorize and trigger associated actions.
The time when the Event was triggered, using the ISO 8601 date and time format.
The Data Transfer Object (DTO) containing the details of the Event.
When an Event was actioned. It follows the ISO 8601 date and time format.
You can action an Event to indicate that it has been followed up and resolved - this is useful when dealing with integration error Events or ingest failure Events.