Skip to content

Instantly share code, notes, and snippets.

@grokify
Created August 14, 2016 07:57
Show Gist options
  • Save grokify/dc136d4db50fb5cec8cc097b36dc8d2f to your computer and use it in GitHub Desktop.
Save grokify/dc136d4db50fb5cec8cc097b36dc8d2f to your computer and use it in GitHub Desktop.
{
"records" : [
{
"uri" : "https://platform.ringcentral.com/restapi/v1.0/account/1234567890/extension/1234567890/message-store/00000000001",
"id" : 111111111111,
"to" : [
{
"name" : "(650) 555-1212 (John Wang)"
}
],
"from" : {
"phoneNumber" : "+14155551212",
"name" : "WANG JOHN",
"location" : ""
},
"type" : "VoiceMail",
"creationTime" : "2015-04-01T00:00:14.000Z",
"readStatus" : "Read",
"priority" : "Normal",
"attachments" : [
{
"id" : 10000000001,
"uri" : "https://platform.ringcentral.com/restapi/v1.0/account/1234567890/extension/1234567890/message-store/00000000001/content/10000000001",
"type" : "AudioRecording",
"contentType" : "audio/mpeg",
"vmDuration" : 27
},
{
"id" : 10000000002,
"uri" : "https://platform.ringcentral.com/restapi/v1.0/account/1234567890/extension/1234567890/message-store/00000000001/content/10000000002",
"type" : "AudioTranscription",
"contentType" : "text/plain"
}
],
"direction" : "Inbound",
"availability" : "Alive",
"messageStatus" : "Received",
"lastModifiedTime" : "2015-04-01T00:01:35.966Z",
"vmTranscriptionStatus" : "Completed"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment