Webex · Example Payload

Webex Get Meeting Archive Details Example

CallingCollaborationCommunicationsEnterpriseMessagingVideo 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."
          }
        ]
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/webex-get-meeting-archive-details-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.