Webex · Example Payload

Webex Getpersonexecutiveavailableassistants Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getpersonexecutiveavailableassistants 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": "getPersonExecutiveAvailableAssistants",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/executive/availableAssistants",
  "summary": "Get Person Executive Available Assistants",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "assistants": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82ZTU1NWNkMC02MzQxLTQyYjgtYTIxYy1lNzVmMjE0NDgyNzU",
            "firstName": "doe",
            "lastName": "John",
            "directNumber": "+91-6557765419",
            "extension": "10079"
          }
        ]
      }
    }
  ]
}