Webex · Example Payload

Webex Getmyendpointdetails Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmyendpointdetails 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": "getMyEndpointDetails",
  "method": "GET",
  "path": "/telephony/config/people/me/endpoints/{endpointId}",
  "summary": "Get My Endpoints Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMV9pbnQxMy9DQUxMSU5HX0RFVklDRS80NmNmMGEyYi0yNTE5LTQ1NGEtYTAzMi1iODYxMWZjYmZkNTQ=",
        "type": "CALLING_DEVICE",
        "name": "Cisco 8875",
        "autoAndForcedAnswerEnabled": true,
        "ownerId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9kNTlkYzFkOC00NjdkLTRhNGUtOTRlNi1jOTYyZjEyMmY5YWM",
        "ownerType": "PEOPLE",
        "secondaryLines": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8xYmZhOTM4Ny1kZjQ5LTRkMGQtYjRmMi1jNTMwNDE2YWNlNDQ",
            "memberType": "PEOPLE"
          }
        ]
      }
    }
  ]
}