Webex · Example Payload

Webex Previewapplylinekeytemplate Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Previewapplylinekeytemplate 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": "previewApplyLineKeyTemplate",
  "method": "POST",
  "path": "/telephony/config/devices/actions/previewApplyLineKeyTemplate/invoke",
  "summary": "Preview Apply Line Key Template",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "action": "APPLY_TEMPLATE",
        "templateId": "Y2lzY29zcGFyazovL3VzL0RFVklDRV9MSU5FX0tFWV9URU1QTEFURS81NzVhMWY3Zi03MjRkLTRmZGUtODk4NC1mNjNhNDljMzYxZmQ",
        "locationIds": [
          "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA"
        ],
        "excludeDevicesWithCustomLayout": true,
        "includeDeviceTags": [
          "accounting",
          "sales"
        ],
        "excludeDeviceTags": [
          "admin"
        ],
        "advisoryTypes": {
          "moreSharedAppearancesEnabled": true,
          "fewSharedAppearancesEnabled": true,
          "moreMonitorAppearancesEnabled": "true",
          "moreCPEAppearancesEnabled": "true",
          "moreModeManagementAppearancesEnabled": true
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "deviceCount": 3
      }
    }
  ]
}