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

GET

/api/analytics/chat/survey/info/{id}

Get chat survey details

Scope:

client

or

operator

Request Parameters

Path

2

id

required

The id of a survey to get info about

Response

Schema

{}

payload

The chat survey details data

[]

{}

2

answer

The survey answer

A

label

The survey question

A

status

The system response status. Will be ok or error

curl

PHP

C#

Ruby

Java

example request

1

curl -H "Authorization: Bearer {{Oauth Token}}"

2

https://developer.livehelpnow.net/api/analytics/chat/survey/info/{{1543}}

example response

      
        

1

 {

2

   "payload": [{

3

     "answer"

: 5,

4

     "label"

: "Your overall experience with this service"

5

   }],

6

   "status": "ok"

7

 }