GET Request Events

GET {{baseUrl}}/RequestEvents/?StartInstant=2022-10-31T23:59:59.938Z&EndInstant=2022-12-31T23:59:59.938Z&NumberOfResults=10

Returns a list of events filtered by the event name and time interval you specify in the parameters.

Request Params

KeyDatatypeRequiredDescription
EventNamesnullList of event names to filter on. Separate event names with a comma. Example: "WebScreenClientExecuted,WebScreenServerExecuted".
StartInstantstring(Required) The starting date and time of the time interval you want to filter on.
EndInstantstring(Required) The ending date and time of the time period you want to filter on.
NumberOfResultsnumberThe maximum number of events to return.
Note that the actual upper limit never exceeds the default limit set in the 'MaxResponseSize' site property.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"RequestEventList":[{"Instant":"2014-12-31T23:59:59.938Z","RequestKey":"","RequestEventName":"","ModuleKey":"","ModuleName":"","ApplicationKey":"","ApplicationName":"","RequestEventDetails":""},{"Instant":"2014-12-31T23:59:59.938Z","RequestKey":"","RequestEventName":"","ModuleKey":"","ModuleName":"","ApplicationKey":"","ApplicationName":"","RequestEventDetails":""}],"ResultsTruncated":false}