Daily chatters data
Scope:
client
or
operator
date
required
The date for which you are trying to find daily chatter data. Must be in YYYY-MM-DD format
payload
The chat contact nav list data
@VisitorID
The visitor id
ChatTime
The time the chat started
Country
The visitor country
DepartmentName
The chat department name
HostName
The visitor host name
Referrer
The referrer
VisitorCustomInfo/Custom1
The visitor first custom info field
VisitorCustomInfo/Custom2
The visitor second custom info field
VisitorCustomInfo/Custom3
The visitor third custom info field
VisitorInfo/Notes
The visitor info/notes
VisitorInfo/PreChat1
The visitor first prechat field
VisitorInfo/PreChat2
The visitor second prechat field
VisitorInfo/PreChat3
The visitor third prechat field
VisitorInfo/PreChat4
The visitor fourth prechat field
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/daily_chatters\?date\=2025-05-05
      
    
  example response
      
        
          1
 {
        
        
          2
   "payload": [{
        
        
          3
     "@VisitorID"
: "0592878a-4df3-4m23-a672-7273b4e4469b-1-JT6vcGHN",
        
        
          4
     "ChatTime"
: "05 May 2025 05:02:36:180",
        
        
          5
     "Country"
: "Russian Federation",
        
        
          6
     "DepartmentName"
: "Customer Service",
        
        
          7
     "HostName"
: "204.43.765.380",
        
        
          8
     "Referrer"
: "",
        
        
          9
     "VisitorCustomInfo/Custom1"
: null,
        
        
          10
    "VisitorCustomInfo/Custom2"
: null,
        
        
          11
    "VisitorCustomInfo/Custom3"
: null,
        
        
          12
    "VisitorInfo/Notes"
: "",
        
        
          13
    "VisitorInfo/PreChat1"
: "John Doe",
        
        
        
          15
    "VisitorInfo/PreChat3"
: "I need help finding pricing information for LiveHelpNow",
        
        
          16
    "VisitorInfo/PreChat4"
: ""
        
        
          17
   }],
        
        
          18
   "status": "ok"
        
        
          19
 }