Webex · Example Payload

Webex Get Meeting Archive Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Meeting Archive Details 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": "Get Meeting Archive Details",
  "method": "GET",
  "path": "/recordingReport/meetingArchives/{archiveId}",
  "summary": "Get Meeting Archive Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "archiveId": "4E3254897D3A2E24E05386CA24AD93A6_R_1000637312",
        "serviceType": "MeetingCenter",
        "title": "Marcos Alonso's Personal Room",
        "start": "2022-11-03T10:37:32+08:00",
        "end": "2022-11-03T10:37:32+08:00",
        "hostDisplayName": "Marcos Alonso",
        "hostEmail": "marcos@example.com",
        "participants": [
          {
            "correlationId": -25516827,
            "displayName": "Marcos Alonso",
            "joinedTime": "2022-11-03T10:32:09+08:00",
            "leftTime": "2022-11-03T10:37:32+08:00"
          },
          {
            "correlationId": 10947662,
            "displayName": "Antoine Griezmann",
            "joinedTime": "2022-11-03T10:32:09+08:00",
            "leftTime": "2022-11-03T10:37:32+08:00",
            "email": "linzhou@example.com"
          },
          {
            "correlationId": -25516842,
            "displayName": "Marco Reus",
            "joinedTime": "2022-11-03T10:32:09+08:00",
            "leftTime": "2022-11-03T10:37:32+08:00"
          }
        ],
        "chats": [
          {
            "type": "public",
            "senderName": "Marcos Alonso",
            "chatTime": "2022-11-03T10:32:48+08:00",
            "target": "All Participants",
            "text": "Hi everyone!"
          }
        ],
        "polls": [
          {
            "type": "public",
            "startTime": "2022-11-03T10:33:40+08:00",
            "endTime": "2022-11-03T10:37:32+08:00",
            "content": {
              "questionCount": 1,
              "userCount": 1,
              "votedUserCount": 3,
              "questions": [
                {
                  "voteUsers": [
                    {
                      "correlationId": -25516827,
                      "displayName": "Marcos Alonso"
                    },
                    {
                      "correlationId": -25516842,
                      "displayName": "Antoine Griezmann"
                    },
                    {
                      "correlationId": -25516847,
                      "displayName": "Marco Reus"
                    }
                  ],
                  "question": {
                    "choiceCount": 3,
                    "type": "single answer",
                    "text": "Q1"
                  },
                  "answerSummary": [
                    {
                      "totalRespondents": 1,
                      "isCorrect": false,
                      "text": "1",
                      "voteUsers": [
                        {
                          "correlationId": -25516842,
                          "displayName": "Antoine Griezmann"
                        }
                      ]
                    },
                    {
                      "totalRespondents": 2,
                      "isCorrect": false,
                      "text": "2",
                      "voteUsers": [
                        {
                          "correlationId": -25516827,
                          "displayName": "Marcos Alonso"
                        },
                        {
                          "correlationId": -25516847,
                          "displayName": "Marco Reus"
                        }
                      ]
                    },
                    {
                      "totalRespondents": 0,
                      "isCorrect": true,
                      "text": "3"
                    }
                  ],
                  "respondents": [
                    {
                      "correlationId": -25516827,
                      "displayName": "Marcos Alonso",
                      "answers": [
                        "2"
                      ]
                    },
                    {
                      "correlationId": -25516842,
                      "displayName": "Antoine Griezmann",
                      "answers": [
                        "1"
                      ]
                    },
                    {
                      "correlationId": -25516847,
                      "displayName": "Marco Reus",
                      "answers": [
                        "2"
                      ]
                    }
                  ]
                }
              ]
            }
          }
        ],
        "qas": [
          {
            "priority": "NA",
            "type": "private",
            "displayName": "Marcos Alonso",
            "questionTime": "2022-11-03T10:32:40+08:00",
            "target": "All Panelists",
            "question": "What we will do next step?",
            "answers": [
              {
                "displayName": "Marcos Alonso",
                "correlationId": -25516827,
                "answerTime": "2022-11-03T10:32:34+08:00",
                "text": "Go home"
              },
              {
                "displayName": "Adam Zhou",
                "correlationId": 10947662,
                "email": "linzhou@example.com",
                "answerTime": "2022-11-03T10:34:58+08:00",
                "text": "Hiking"
              },
              {
                "displayName": "Marcos Alonso",
                "correlationId": -25516827,
                "answerTime": "2022-11-03T10:32:40+08:00",
                "text": "Drink Some"
              }
            ]
          },
          {
            "type": "dismissed",
            "displayName": "Marcos Alonso",
            "questionTime": "2022-11-03T10:35:30+08:00",
            "question": "Thank you for your question. The information that you requested cannot be provided by any of the hosts or cohosts."
          }
        ]
      }
    }
  ]
}