Webex · Example Payload

Webex Getmyexecutiveassistantsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmyexecutiveassistantsettings 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": "getMyExecutiveAssistantSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/executive/assistant",
  "summary": "Get My Executive Assistant Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "forwardFilteredCallsEnabled": true,
        "forwardToPhoneNumber": "+14155551234",
        "executives": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8zZWQzNDg0MS0yZTkwLTQ4OGEtYmVmZi1iNTk0OTA1ODFkNWM",
            "firstName": "John",
            "lastName": "Doe",
            "directNumber": "+91-6557765419",
            "extension": "10079",
            "optInEnabled": true
          }
        ]
      }
    }
  ]
}