v1

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

List Posts

Returns a list of posts from the specified chat.

get/team-messaging/v1/chats/{chatId}/posts

Path parameters

chatIdstring required

Internal identifier of a chat

Query parameters

recordCountinteger

Max number of posts to be fetched by one request (not more than 250)

pageTokenstring

Pagination token.

Response

OK

Example response

{
  "records": [
    {
      "attachments": [
        {
          "footnote": {
            "time": "2016-03-10T18:07:52.534Z"
          }
        }
      ]
    }
  ]
}