Query visit
GET /visits/${visitId}
|
Description
Retrieves a given visit.
Operation
| Method | GET | |||
|---|---|---|---|---|
| URL | /visits/${visitId} | |||
| Name | Value | Mandatory | Description | |
| URI Parameters | ||||
| ${visitId} | string | yes | Visit identifier. | |
| include_sessions |
|
no | If true, the returned visit contains the reference list of authentication sessions.
| |
| include_sessions_detail |
|
no | If true, the returned visit contains the associated authentication sessions. You can only use this parameter if include_sessions is set to true.
| |
| include_pages |
|
no | If true, the returned visit contains the reference list of the associated pages.
| |
| include_pages_detail |
|
no | If true, the returned visit contains the associated pages. You can only use this parameter if include_pages is set to true.
| |
| include_events |
|
no | If true, the returned visit contains the reference list of associated events.
| |
| include_events_detail |
|
no | If true, the returned visit contains the associated events.You can only use this parameter if include_events is set to true.
| |
<references />
Response
The History REST API answers with HTTP codes for every request. The following table shows the correct response for a successful request. See HTTP Response Codes and Errors for further details on the possible codes that this operation can return.
| HTTP code | 200 |
|---|---|
| HTTP Title | OK |
| Body | Visit. |
This page was last edited on February 15, 2013, at 16:01.
Comments or questions about this documentation? Contact us for support!
