Webex · Example Payload

Webex Getpersonexecutiveassignedassistants Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getpersonexecutiveassignedassistants 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": "getPersonExecutiveAssignedAssistants",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/executive/assignedAssistants",
  "summary": "Get Person Executive Assigned Assistants",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "assistants": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82ZTU1NWNkMC02MzQxLTQyYjgtYTIxYy1lNzVmMjE0NDgyNzU",
            "firstName": "doe",
            "lastName": "John",
            "directNumber": "+91-6557765419",
            "extension": "10079",
            "optInEnabled": true,
            "location": {
              "name": "Bangalore",
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzkzMGMzYTNlLTA3Y2EtNDNmOS1iZjE4LTZlZGM2OGE1Y2Y3Yg"
            }
          }
        ]
      }
    }
  ]
}