Webex · Example Payload

Webex List Answers Of A Question Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Answers Of A Question 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 Answers of a Question",
  "method": "GET",
  "path": "/meetings/q_and_a/{questionId}/answers",
  "summary": "List Answers of a Question",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "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
          }
        ]
      }
    }
  ]
}