Webex · Example Payload

Webex Getpersonsappservicessettingsnew Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getpersonsappservicessettingsnew 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": "getPersonsAppServicesSettingsNew",
  "method": "GET",
  "path": "/people/{personId}/features/applications",
  "summary": "Retrieve a person's Application Services Settings New",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "ringDevicesForClickToDialCallsEnabled": true,
        "ringDevicesForGroupPageEnabled": true,
        "ringDevicesForCallParkEnabled": true,
        "browserClientEnabled": true,
        "browserClientId": "Y2lzY29zcGFyazovL3VzL0FQUExJQ0FUSU9OLzQyNDM3YzY5LTBlNmYtNGMxZS1iMTJhLTFjNGYxZTk5NDRjMA",
        "desktopClientEnabled": true,
        "desktopClientId": "Y2lzY29zcGFyazovL3VzL0FQUExJQ0FUSU9OL2IwOWYzMDlhLTY0NDItNDRiYi05OGI2LWEzNTEwYjFhNTJmZg",
        "tabletClientEnabled": true,
        "tabletClientId": "Y2lzY29zcGFyazovL3VzL0FQUExJQ0FUSU9OL2IwOWYzMDlhLTY0NDItNDRiYi05OGI2LWEzNTEwYjFhNTJmZg",
        "mobileClientEnabled": true,
        "mobileClientId": "Y2lzY29zcGFyazovL3VzL0FQUExJQ0FUSU9OL2IwOWYzMDlhLTY0NDItNDRiYi05OGI2LWEzNTEwYjFhNTJmZg",
        "availableLineCount": 35
      }
    }
  ]
}