Webex · Example Payload

Webex Readlistoflinekeytemplates Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Readlistoflinekeytemplates 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": "readListOfLineKeyTemplates",
  "method": "GET",
  "path": "/telephony/config/devices/lineKeyTemplates",
  "summary": "Read the list of Line Key Templates",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "lineKeyTemplates": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0RFVklDRV9MSU5FX0tFWV9URU1QTEFURS9lYzVmMjg0Ni1iMDQ2LTQ5OGEtOWU2Mi04ZTg4ZWFlZmQyMGQ",
            "templateName": "template-for-8845",
            "deviceModel": "DMS Cisco 8845",
            "modelDisplayName": "Cisco 8845"
          }
        ]
      }
    }
  ]
}