Skip to content

Instantly share code, notes, and snippets.

@marinoluck
Last active August 29, 2015 14:16
Show Gist options
  • Save marinoluck/df5cceca7c702f742b07 to your computer and use it in GitHub Desktop.
Save marinoluck/df5cceca7c702f742b07 to your computer and use it in GitHub Desktop.
Api response for live chat history
{
"data": [
{
"id": 3000,
"spotId": 30,
"mode": "LIVE_CHAT",
"npcAvatar": "http://res.cloudinary.com/zlvc/image/upload/c_scale,h_150,r_max,c_thumb,g_face,w_150/avatar/ul4jhcf9kofeuq30ohhf.png",
"npcName": "Paulo",
"creationTime": 1425577822221,
"modificationTime": 1425577822221,
"feedback": {
"skills": [
{
"accent": 10
},
{
"fluency": 50
},
{
"correctness": 100
}
],
"text": "long text description and feedback here"
}
},
{
"id": 3001,
"spotId": 30,
"mode": "LIVE_CHAT",
"npcAvatar": "http://res.cloudinary.com/zlvc/image/upload/c_scale,h_150,r_max,c_thumb,g_face,w_150/avatar/ul4jhcf9kofeuq30ohhf.png",
"npcName": "Paulo",
"creationTime": 1425577822221,
"modificationTime": 1425577822221,
"feedback": {
"skills": [
{
"accent": 0
},
{
"fluency": 0
},
{
"correctness": 35
}
],
"text": "long text description and feedback here"
}
}
],
"paging": {
"next": "http://qctest.herokuapp.com/api/v1/quizzes?limit=10&offset=10"
},
"summary": {
"total": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment