Webex · Example Payload

Webex Listinterpreters Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listinterpreters 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": "listInterpreters",
  "method": "GET",
  "path": "/meetings/{meetingId}/interpreters",
  "summary": "List Meeting Interpreters",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "OGQ0OGRiM2U3ZTAxNDZiMGFjYzJjMzYxNDNmNGZhN2RfZTA5MTJiZDBjNWVlNDA4YjgxMTZlMjU4Zjg2NWIzZmM",
            "languageCode1": "en",
            "languageCode2": "de",
            "email": "marcus.hoffmann@example.com",
            "displayName": "Hoffmann"
          },
          {
            "id": "3GQ0OGRiM2U3ZTAxNDZiMGFjYzJjMzYxNDNmNGZhN2RfZTA5MAJiZDBjNWVlNDC4YjgxMTZlMjU4Zjg2NWIzZmM",
            "languageCode1": "en",
            "languageCode2": "fr",
            "email": "antoine.martin@example.com",
            "displayName": "Martin"
          }
        ]
      }
    }
  ]
}