Skip to content

Get SessionEvents

Get a list (or subset) of session events belonging to a session. The maximum searchable date range is thirty-one days.

Verb PATCH
Endpoint {base-url}/sessions/management/events/
Max Page Size N/A

Request Body

{
  "requestFilter": {
    "organizationIds": [3],
    "startDate": "2022-08-31T20:04:33.623",
    "endDate": "2022-08-31T20:04:33.62"
  },
  "routeFilter": {
    "sessionIds": [1],
    "sessionEventIds": [1]
  }
}

Filters Honored

Returns

On Success

The requested set of session events.

Response Body

[
  {
    "id": 1,
    "sessionIdId": 1,
    "loggedAt": "2022-08-31T20:04:33.623",
    "eventType": "Login",
    "data": ""
  }
]

On Error

HTTP Code Error Code Definition
403 UNAUTHORIZED_DATA_ACCESS You do not have access to one of the organizations you attempted to create a session in.