Get Pages Visited by Livechat Visitor

Prev Next
Get
/api/v1/livechat/visitors.pagesVisited/{roomId}
Header parameters
X-Auth-Token
stringRequired

The authToken of the authenticated user.

ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
X-User-Id
stringRequired

The userId of the authenticated user.

ExamplerbAXPnMktTFbNpwtJ
Path parameters
roomId
stringRequired

The room ID.

Responses
200
Success Example
{
  "pages": [
    {
      "_id": "6523fbf5a2f73c7460e18d60",
      "t": "livechat_navigation_history",
      "ts": "2023-10-09T13:11:17.968Z",
      "msg": "Document - https://s3.amazonaws.com/uploads.use1.cloud.rocket.cht.html%22",
      "u": {
        "_id": "rocket.cat",
        "username": "rocket.cat",
        "name": "Rocket.Cat"
      },
      "groupable": false,
      "navigation": {
        "page": {
          "change": "url",
          "title": "Document",
          "location": {
            "href": "https://s3.amazonaws.com/uploads.use1.cloud.rocket.cht.html%22"
          }
        },
        "token": "54fc5544030bcecda053311cb6b98920bdf953f242c12"
      },
      "expireAt": "1699449077968",
      "_updatedAt": "2023-10-09T13:12:00.608Z",
      "rid": "MmGnqizEa8pvc9LRg"
    }
  ],
  "count": 1,
  "offset": 0,
  "total": 1,
  "success": true
}
Expand All
object
pages
Array of object
object
_id
string
t
string
ts
string
msg
string
u
object
_id
string
username
string
name
string
groupable
boolean
navigation
object
page
object
change
string
title
string
location
object
href
string
token
string
expireAt
integer
_updatedAt
string
rid
string
count
integer
offset
integer
total
integer
success
boolean
401

Unauthorized

Authorization Error
{
  "status": "error",
  "message": "You must be logged in to do this."
}
object
status
string
message
string