Retrieve event by event id
This method allows you to retrieve a specific event by specifying the EventId. It is designed to facilitate event playbacks for verification and audit purposes.
It offers an optional query parameter locale that returns the event name and description for the specified locale id. Contact support@possiblenow.com with localized names and description for locales you want to use. If the localized name and description is not configured for the specified locale, the API will return the event name and description in your account's default locale. A future update will provide an API for programmatic management of these updates.
All API users must have the Event Data - > View Permission enabled within their User Groups.
Header Parameters
Authorization token
Type of the data being sent in the request or the data that is expected in the response. Supports application/json.
Query Parameters
Path Parameters
This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.
Unique identifier of the event
Response
Response Attributes
System-generated identifier that uniquely identifies an event.
Represents the type of action that occured. It's synonymous with an event.
An allocated field within the event data structure, reserved for advanced event filtering for routing purposes.
Name of the entity associated with the event.
Name of the event.
Description of the event.
This is the value that uniquely identifies the profile for which the events are being retrieved.
Data pertaining to a particular event. It is encapsulated as a nested object with its individual key-value pairs within the Events JSON structure.
Show child attributes
The date and time when the event occurred.
The date and time when the event was queued for distribution.
The date and time the event was recorded in the system.
The name of the user who recorded the event.