List events

Returns each user account's portal-visible events stored in the Event Logger system. The response format is determined by the Accept header. Supported formats are application/json and text/csv.

Query Params
integer

The unique identifier for the event type. Use this parameter to view all events with the specified event type ID.

string

The start date and time of the event. Use this parameter to view all events that occurred after the specified date and time.

string

The end date and time of the event. Use this parameter to view all events that occurred before the specified date and time.

string

The unique identifier for the event. Use this parameter to view all events that occurred after the event with the specified event ID.

string

The unique identifier for the event. Use this parameter to view all events that occurred before the event with the specified event ID.

string

The name of the user that created the event. Use this parameter to view all events generated by the specified user.

integer

Limits the set of results. The maximum limit is 50 for application/json, and 1000 for text/csv.

string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Response

Response body
object
events
array of objects
required

Provides information about the event.

events*
object
eventData
array of objects

The map of user-defined keys and values that describe additional event data.

eventData
object
string

A key that specifies the event data type. Note that it's not necessary to make keys in the array of objects unique. There may be objects in the array with the same key that represent a collection of the same type. For example, a list of CP codes with different values.

string

The value of a particular key.

string

The unique identifier for the event.

string

The date and time of the event.

eventType
object

Provides information about the event type.

boolean

Whether an impersonating user created the event.

string

The username of the user who created the event.

links
array of objects
required
Language
Authentication
URL