Webex · Example Payload

Webex Getmysecondarylinescallcentersettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmysecondarylinescallcentersettings 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": "getMySecondaryLinesCallCenterSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/secondaryLines/{lineownerId}/queues",
  "summary": "Get My Secondary Line Owner's Call Center Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "agentACDState": "AVAILABLE",
        "queues": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85M2JjZWQ2Mi1lYWRmLTQ0MGItYThiYi03ZWQ5ZWEwNzExMTg",
            "hasCxEssentials": true,
            "available": true,
            "skillLevel": 1,
            "phoneNumber": "+18555550101",
            "extension": "50001",
            "allowLogOffEnabled": false
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSS19FWFRFTlNJT04vNDk1ZTgxMTEtY2U4My00ZTc5LWJjOTAtODM2OWQxZjY0NTQ2",
            "hasCxEssentials": false,
            "available": false,
            "extension": "50002",
            "allowLogOffEnabled": true
          }
        ]
      }
    }
  ]
}