Webex · Example Payload

Webex Modifydevicelayoutbydeviceid Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifydevicelayoutbydeviceid 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": "modifyDeviceLayoutByDeviceId",
  "method": "PUT",
  "path": "/telephony/config/devices/{deviceId}/layout",
  "summary": "Modify Device Layout by Device ID",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "layoutMode": "CUSTOM",
        "userReorderEnabled": "true",
        "lineKeys": [
          {
            "lineKeyIndex": 1,
            "lineKeyType": "PRIMARY_LINE"
          },
          {
            "lineKeyIndex": 2,
            "lineKeyType": "SPEED_DIAL",
            "lineKeyLabel": "Home",
            "lineKeyValue": "213456"
          }
        ],
        "kemModuleType": "KEM_14_KEYS",
        "kemKeys": [
          {
            "kemModuleIndex": 1,
            "kemKeyIndex": 1,
            "kemKeyType": "CLOSED"
          },
          {
            "kemModuleIndex": 1,
            "kemKeyIndex": 2,
            "kemKeyType": "SPEED_DIAL",
            "kemKeyLabel": "Office",
            "kemKeyValue": "213457"
          },
          {
            "kemModuleIndex": 1,
            "kemKeyIndex": 3,
            "kemKeyType": "SHARED_LINE",
            "sharedLineIndex": 1
          }
        ]
      }
    }
  ],
  "responseExamples": []
}