Webex · Example Payload

Webex Getmyowndetails Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmyowndetails 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": "getMyOwnDetails",
  "method": "GET",
  "path": "/telephony/config/people/me",
  "summary": "Get My Own Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mYWZiM2JhYi1hN2UxLTQ1ZGUtYmYzZS1kOWUxMzkxYzU0Yjk",
        "lastName": "Doe",
        "firstName": "John",
        "email": "john.doe@gmail.com",
        "announcementLanguage": "English",
        "locationDialingCode": "8327",
        "supportMobility": false,
        "emergencyCallBackNumber": "+16232992720",
        "phoneNumbers": [
          {
            "directNumber": "+441234222304",
            "enterprise": "832731599",
            "extension": "31599",
            "routingPrefix": "8327",
            "esn": "832731599",
            "primary": true
          },
          {
            "directNumber": "+441234200015",
            "enterprise": "832731587",
            "extension": "31587",
            "routingPrefix": "8327",
            "esn": "832731587",
            "primary": false
          }
        ],
        "devices": [
          {
            "description": [],
            "model": "DMS Cisco 8865",
            "mac": "110723241134",
            "primaryOwner": true,
            "type": "PRIMARY",
            "owner": {
              "lastName": "Mac",
              "firstName": "Jone",
              "type": "PEOPLE"
            },
            "activationState": "ACTIVATED"
          }
        ],
        "location": {
          "name": "Brampton",
          "address": {
            "address1": "mclean",
            "address2": "mclean",
            "city": "mclean",
            "state": "GB-BGE",
            "postalCode": "112233",
            "country": "GB"
          }
        },
        "receptionistUrl": "https://cisco.receptionist.cloud",
        "callingHostUrl": "https://var-int.broadcloudpbx.net",
        "attendantConsoleUrl": "https://cisco.receptionist.cloud"
      }
    }
  ]
}