Chat contact nav list data
Scope:
client
or
operator
date
required
The date for which you are trying to find chat contact nav list data. Must be in YYYY-MM-DD format
nav_history
required
Include nav_history param and set value to true
payload
The chat contact nav list data
AgentEmail
The contact agent email
ChatID
The contact chat id
Detail1
The first contact detail field
Detail2
The second contact detail field
Detail3
The third contact detail field
Detail4
The fourth contact detail field
Page
The page the contact was on
VisitTime
The time the contact visited the page
VisitorID
The contact visitor id
status
The system response status. Will be ok or error
curl
example request
1
curl -H "Authorization: Bearer {{Oauth Token}}"
2
https://developer.livehelpnow.net/api/analytics/chat/contact_list\?date\=2025-05-05\&nav_history\=true
example response
1
{
2
"payload": [{
4
"ChatID"
: 152888276,
5
"Detail1"
: "Technical Support",
6
"Detail2"
: "Chat with agent",
7
"Detail3"
: "Dave",
9
"Page"
: null,
10
"VisitTime"
: null,
11
"VisitorID"
: "0592878a-4df3-4m23-a672-7273b4e4469b-1-JT6vcGHN"
12
}],
13
"status": "ok"
14
}