Webex · Example Payload

Webex Getpersonexecutiveassistantsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

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