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.
Query parameters
Filter based on the specified intervention identifiers.
Filter based on the specified identity identifiers.
Filter based on the specified identity group identifiers.
Filter based on the specified channel identifiers.
Filter based on the specified thread identifiers.
Filter based on the specified text(s). Provided multiple times, the values are ANDed.
Filter for specified status.
Ordering by creationTime is descending by default.
Order results by specified field.
The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.
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
}
}