Webex · Example Payload

Webex Getinterpreterbyid Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getinterpreterbyid 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": "getInterpreterById",
  "method": "GET",
  "path": "/meetings/{meetingId}/interpreters/{interpreterId}",
  "summary": "Get a Meeting Interpreter",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "id": "OGQ0OGRiM2U3ZTAxNDZiMGFjYzJjMzYxNDNmNGZhN2RfZTA5MTJiZDBjNWVlNDA4YjgxMTZlMjU4Zjg2NWIzZmM",
        "languageCode1": "en",
        "languageCode2": "de",
        "email": "marcus.hoffmann@example.com",
        "displayName": "Hoffmann"
      }
    }
  ]
}