Contents
Get Content
Retrieves the content from the given id.
get/cx/social-messaging/v1/contents/{contentId}
Path parameters
contentIdstring required
Response
Successful response.
Example response
{
"attachments": [
{
"contentType": "image/jpeg",
"creationTime": "2023-02-04T12:43:07Z",
"filename": "0.jpeg",
"id": "54085e5b7aa58d8b5d00006c",
"size": 217571,
"lastModifiedTime": "2023-02-04T12:43:07Z",
"uri": "https://example.digital.ringcentral.com/files/attachments/54085e5b7aa58d8b5d00006c"
}
],
"authorIdentityId": "541014e17aa58d8ccf000023",
"body": "Body of the content",
"categoryIds": [
"541014e17aa58d8ccf000023",
"541014e17aa58d8ccf002023"
],
"contextData": {
"test1": "value1",
"test2": "value2"
},
"creationTime": "2023-02-04T12:43:07Z",
"creatorId": "2683222036",
"foreignCategories": [
"foreign_category_id"
],
"id": "541014e17aa58d8ccf000023",
"inReplyToAuthorIdentityId": "541014e17asdd8ccf000023",
"inReplyToContentId": "123414e17asdd8ccf000023",
"interventionId": "123415437asdd8ccf000023",
"language": "En",
"published": true,
"rating": 4,
"sourceId": "fff415437asdd8ccf000023",
"synchronizationStatus": "success",
"title": "An email title",
"type": "Email",
"lastModifiedTime": "2023-02-04T12:43:07Z"
}