Endpoint web page details
GET https://{{base_url}}/v6/endpoint-data/user-sessions/{{sessionId}}/page/{{pageId}}.json
Endpoint web page details
Returns details for endpoint user session web page request. Provides complete waterfall information with all object requests.
Optional (Querystring) Parameters
- format=json|xml optional, specifies the format of output requested. See Output Formats for more information
- aid={aid} optional and requires the user to be assigned to the target account group, specifies the account group context of the request, obtained from the /account-groups endpoint. Specifying this parameter without the user being assigned to the target account will result in an error response. See Account group context for more information
Request
- {sessionId} corresponds to the id of a endpoint user sessions, see the Endpoint user session list endpoint for a listing of endpoint user sessions.
- {pageId} corresponds to the id of a web page, see the Endpoint user session details endpoint for a listing of web pages.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |