Get chat survey details
Scope:
client
or
operator
id
required
The id of a survey to get info about
payload
The chat survey details data
answer
The survey answer
label
The survey question
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
}