Skip to main content
Version: v2

Get Session Events

Return the full set of captured events for a specified Session

Path Parameters
    session_id string required

    The UTF-8 encoded ID of the session for which to generate context data. To retrieve the Session ID you may use the appropriate Get Session Details API for Web, iOS, or Android. As Session IDs include : separators the ID must be URL encoded using the %3A substitution.

Responses
200

A successful response.


{
"events": [
{
"deviceId": "17117",
"sessionId": "5916567459329906423",
"viewId": "4376064173749384629",
"eventTime": "2024-04-03T17:06:12.290Z",
"eventType": "navigate",
"eventProperties": {
"navigateReason": "navigate",
"fsSuspiciousKind": [],
"eventDefinitionId": "Navigate-Login-Event",
"additionalEventDefinitionIds": []
},
"sourceType": "web",
"sourceProperties": {
"userAgent": {
"rawUserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
"device": "Desktop",
"operatingSystem": "OS X",
"browser": "Chrome",
"browserVersion": "123.0.0.0"
},
"url": {
"fullUrl": "https://app.fullstory.com/login/?dest=%2Fui",
"host": "app.fullstory.com",
"path": "/login/",
"query": {
"dest": {
"values": [
"/ui"
]
}
},
"hashPath": "",
"hashQuery": {}
},
"initialReferrer": null
}
}
]
}
Loading...