Webex · Example Payload

Webex List Meeting Q And A Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Meeting Q And A 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 Q and A",
  "method": "GET",
  "path": "/meetings/q_and_a",
  "summary": "List Meeting Q and A",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "d513da2b-547b-4c69-b717-d83c6b02b657_M_7b789da198e531ce0c4d84243abd9fee_I_231245894851233679",
            "meetingId": "7b789da198e531ce0c4d84243abd9fee_I_231245894851233679",
            "totalAttendees": 7,
            "totalRespondents": 1,
            "displayName": "John Andersen",
            "email": "john.andersen@example.com",
            "question": "Are you ok?",
            "answers": {
              "links": {
                "prev": "https://webexapis.com/v1/meetings/q_and_a/d513da2b-547b-4c69-b717-d83c6b02b657_M_7b789da198e531ce0c4d84243abd9fee_I_231245894851233679/answers?meetingId=7b789da198e531ce0c4d84243abd9fee_I_231245894851233679&offset=0&max=2",
                "self": "https://webexapis.com/v1/meetings/q_and_a/d513da2b-547b-4c69-b717-d83c6b02b657_M_7b789da198e531ce0c4d84243abd9fee_I_231245894851233679/answers?meetingId=7b789da198e531ce0c4d84243abd9fee_I_231245894851233679&offset=2&max=2",
                "next": "https://webexapis.com/v1/meetings/q_and_a/d513da2b-547b-4c69-b717-d83c6b02b657_M_7b789da198e531ce0c4d84243abd9fee_I_231245894851233679/answers?meetingId=7b789da198e531ce0c4d84243abd9fee_I_231245894851233679&offset=4&max=2"
              },
              "items": [
                {
                  "displayName": "John Andersen",
                  "email": "john.andersen@example.com",
                  "answered": false
                },
                {
                  "displayName": "John Andersen",
                  "email": "john.andersen@example.com",
                  "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8xYTY5MmE2Mi00MTNmLTRjYWEtYjdkOS0wYzg0ZDZmMDdlNzY",
                  "answer": "Fine, thank you.",
                  "answered": true
                }
              ]
            }
          }
        ]
      }
    }
  ]
}