Webex · Example Payload

Webex List Meeting Chats Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Meeting Chats Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "List Meeting Chats",
  "method": "GET",
  "path": "/meetings/postMeetingChats",
  "summary": "List Meeting Chats",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "1aea8390-e375-4547-b7ff-58ecd9e0b03d",
            "chatTime": "2021-07-06T09:22:34Z",
            "text": "hi",
            "meetingId": "a2f95f5073e347489f7611492dbd6ad5_I_199075330905867928",
            "type": "private",
            "sender": {
              "email": "john.andersen@example.com",
              "displayName": "John Andersen",
              "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jN2ZkNzNmMi05ZjFlLTQ3ZjctYWEwNS05ZWI5OGJiNjljYzY=",
              "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi9jMmUyMjE4Zi00ZDZhLTQwODEtYTc1MS0yOWIyZTk3MDRiZGU="
            },
            "receivers": [
              {
                "email": "catherine.sinu@example.com",
                "displayName": "Catherine Sinu",
                "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9hYmEwZDRjYi02MGVkLTQzYjctYTkyNy1mZTc2MmIyZTRiODY=",
                "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi9jMmUyMjE4Zi00ZDZhLTQwODEtYTc1MS0yOWIyZTk3MDRiZGU="
              }
            ]
          }
        ]
      }
    }
  ]
}