v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Contents

List All Contents

List contents by creation date. The default creation order is descending.

The account context of this request is determined by the RC Account Id associated with the access token provided in the Authorization header.

The query parameters provided shall be considered an AND operation to filter the list.

A query parameter not specified or a query parameter provided with no value is treated as not required for filtering the list.

get/cx/social-messaging/v1/contents

Query parameters

interventionstring[]

Filter based on the specified intervention identifiers.

identitystring[]

Filter based on the specified identity identifiers.

identityGroupstring[]

Filter based on the specified identity group identifiers.

sourcestring[]

Filter based on the specified channel identifiers.

threadstring[]

Filter based on the specified thread identifiers.

textstring[]

Filter based on the specified text(s). Provided multiple times, the values are ANDed.

statusContentStatus[]

Filter for specified status.

orderBy'-creationTime' | '+creationTime' | 'creationTime'

Ordering by creationTime is descending by default.

Example:+creationTime

Order results by specified field.

pageTokenstring

The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.

perPageinteger

The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied

Response

Successful response.

Example response

{
  "records": [
    {
      "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"
    }
  ],
  "paging": {
    "perPage": 50
  }
}