Skip to content

Instantly share code, notes, and snippets.

@grokify
Created May 5, 2017 23:26
Show Gist options
  • Save grokify/56102021d5e7a98d89cadb7efcf8d519 to your computer and use it in GitHub Desktop.
Save grokify/56102021d5e7a98d89cadb7efcf8d519 to your computer and use it in GitHub Desktop.
RingCentral MMS Example Response
HTTP/1.1 200 OK
{
"uri" : "https.../restapi/v1.0/account/14542946004/extension/14542946004/message-store/10495240004",
"id" : 10495240004,
"to" : [ {
"phoneNumber" : "+14085505499",
"location" : "San Jose, West, CA"
} ],
"from" : {
"phoneNumber" : "+18002001018"
},
"type" : "SMS",
"creationTime" : "2016-12-08T13:20:37.000Z",
"readStatus" : "Read",
"priority" : "Normal",
"attachments" : [ {
"id" : 10495240004,
"uri" : "https.../restapi/v1.0/account/14542946004/extension/14542946004/message-store/10495240004/content/10495240004",
"type" : "Text",
"contentType" : "text/plain"
}, {
"id" : 1110854004,
"uri" : "https.../restapi/v1.0/account/14542946004/extension/14542946004/message-store/10495240004/content/1110854004",
"type" : "MmsAttachment",
"contentType" : "image/jpeg",
"size" : 15,
"fileName" : "image.jpg"
} ],
"direction" : "Outbound",
"availability" : "Alive",
"subject" : "Profile Image",
"messageStatus" : "Sent",
"smsSendingAttemptsCount" : 1,
"conversationId" : 5800481993786901964,
"conversation" : {
"id" : "5800481993786901964",
"uri" : "https.../restapi/v1.0/conversation/5800481993786901964"
},
"lastModifiedTime" : "2016-12-08T13:20:38.351Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment