Webex · Example Payload

Webex Searchsharedlineappearancemembers Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Searchsharedlineappearancemembers 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": "searchSharedLineAppearanceMembers",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/applications/{applicationId}/availableMembers",
  "summary": "Search Shared-Line Appearance Members",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "members": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85ODhiYTQyOC0zMjMyLTRmNjItYjUyNS1iZDUzZmI4Nzc0MWE",
            "firstName": "John",
            "lastName": "Doe",
            "phoneNumber": "1234567890",
            "extension": "0000",
            "routingPrefix": "1234",
            "esn": "12340000",
            "lineType": "SHARED_CALL_APPEARANCE",
            "location": {
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzJiNDkyZmZkLTRjNGItNGVmNS04YzAzLWE1MDYyYzM4NDA5Mw",
              "name": "MainOffice"
            }
          }
        ]
      }
    }
  ]
}