Retrieve events by profile id
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
Optional parameter used to limit the events returned to a single type.
Optional datetime. Events created before this datetime will not be returned.
Optional datetime. Events created after this datetime will not be returned.
Collection of Source Group IDs specified as an indexed array.
Show child attributes
Optional parameter used for returning the event name and description in the specified locale. If not specified, the default locale assigned to your MyPreferences account will be used.
Optional parameter that when set to true only returns events that are associated with an active subscription. Defaults to true.
Path Parameters
This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.
This is the value that uniquely identifies the profile for which the events are being retrieved.
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.
Uniquely identifies the subscription for which the events are being retrieved for
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 of the event generation.
The date and time the event was recorded in the system.
The name of the user who recorded the event.