Webex · Example Payload

Webex Getmysecondarylinescallpickupgroupsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmysecondarylinescallpickupgroupsettings 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": "getMySecondaryLinesCallPickupGroupSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/secondaryLines/{lineownerId}/callPickupGroup",
  "summary": "Get My Secondary Line Owner Call Pickup Group Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "groupName": "Business Agents Call Pickup",
        "memberList": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82ZTU1NWNkMC02MzQxLTQyYjgtYTIxYy1lNzVmMjE0NDgyNzU",
            "type": "PEOPLE",
            "firstName": "John",
            "lastName": "Doe",
            "departmentName": "Electric",
            "directNumber": "+19075551234",
            "extension": "1234",
            "email": "abc@gmail.com"
          }
        ]
      }
    }
  ]
}