HTTP Method | URL | Requires Auth |
---|---|---|
GET | /api/v1/livechat/visitors.pagesVisited/:roomId | yes |
Key | Example Value | Description |
---|---|---|
roomId * | hhMKhHnnbY79mGs9K | Livechat room ID. |
{% code overflow="wrap" %}
curl --location 'http://localhost:3000/api/v1/livechat/visitors.pagesVisited/MmGnqizEa8pvc9LRg' \
--header 'X-Auth-Token: Y97tM4GkYjgaH_fIO5dwBitQQvm3yp-AptYzGQZMX6e' \
--header 'X-User-Id: CkCPNcvsvCDfmWLqC'
{% endcode %}
{% code overflow="wrap" %}
{
"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
}
{% endcode %}