1-877-548-3001 Sign in About Contact
Developer

GET

/api/analytics/chat/contact_list

Chat contact list data

Scope:

client

or

operator

Request Parameters

Query

A

date_from

required

The date to start the search from. Must be in YYYY-MM-DD format

A

date_to

required

The date to end the search at. Must be in YYYY-MM-DD format

Response

Schema

{}

payload

The chat contact list data

[]

{}

A

AgentEmail

The contact agent email

2

ChatID

The contact chat id

A

ChatInitiatedBy

The way the chat was initiated

A

ChatLaunchedAt

The web page address where the chat was launched

A

ChatTime

The total chat time

A

Country

The country location of visitor

A

Custom1

The contact first custom info field

A

Custom2

The contact second custom info field

A

Custom3

The contact third custom info field

A

Department

The department name assigned to the chat

A

Detail1

The first contact detail field

A

Detail2

The second contact detail field

A

Detail3

The third contact detail field

A

Detail4

The fourth contact detail field

A

HostName

The contact host name

A

IPAddress

The contact ip address

A

SurveyComment

The chat survey comment

A

SurveyName

The chat survey name

A

SurveyQuestion1

The chat survey first question

A

SurveyQuestion2

The chat survey second question

A

SurveyQuestion3

The chat survey third question

A

SurveyQuestion4

The chat survey fourth question

A

SurveyQuestion5

The chat survey fifth questio

A

SurveySubmissionID

The survey sumbission id

A

Tags

The chat tags

A

VisitTime

The time the contact visited the page

A

VisitorID

The contact visitor id

A

WaitTime

The contact wait time

A

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_from\=2025-05-01\&date_to\=2025-05-09

example response

      
        

1

 {

2

   "payload": [{

3

     "AgentEmail"

: "[email protected]",

4

     "ChatID"

: 152888276,

5

     "ChatInitiatedBy"

: "Proactive Invite",

6

     "ChatLaunchedAt"

: "https://livehelpnow.net/",

7

     "ChatTime"

: "00:01:26:000",

8

     "Country"

: "Pakistan",

9

     "Custom1"

: null,

10

    "Custom2"

: null,

11

    "Custom3"

: null,

12

    "Department"

: "Customer Service",

13

    "Detail1"

: "Technical Support",

14

    "Detail2"

: "I have a question",

15

    "Detail3"

: "I need help finding information about ticket system pricing",

16

    "Detail4"

: "[email protected]",

17

    "HostName"

: "204.43.765.380",

18

    "IPAddress"

: "204.43.765.380",

19

    "SurveyComment"

: null,

20

    "SurveyName"

: null,

21

    "SurveyQuestion1"

: "",

22

    "SurveyQuestion2"

: "",

23

    "SurveyQuestion3"

: "",

24

    "SurveyQuestion4"

: "",

25

    "SurveyQuestion5"

: "",

26

    "SurveySubmissionID"

: null,

27

    "Tags"

: "Internal",

28

    "VisitTime"

: "2025-05-05 15:14:00",

29

    "VisitorID"

: "0592878a-4df3-4m23-a672-7273b4e4469b-1-JT6vcGHN",

30

    "WaitTime"

: "00:00:31:000"

31

   }],

32

   "status": "ok"

33

 }