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
Key | Datatype | Required | Description |
---|---|---|---|
EventNames | null | List of event names to filter on. Separate event names with a comma. Example: "WebScreenClientExecuted,WebScreenServerExecuted". | |
StartInstant | string | (Required) The starting date and time of the time interval you want to filter on. | |
EndInstant | string | (Required) The ending date and time of the time period you want to filter on. | |
NumberOfResults | number | The maximum number of events to return. | |
Note that the actual upper limit never exceeds the default limit set in the 'MaxResponseSize' site property. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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}