Webex · Example Payload

Webex Getlistofavailablefeatures Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getlistofavailablefeatures 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": "getListOfAvailableFeatures",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/modeManagement/availableFeatures",
  "summary": "Retrieve the List of Available Features",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "features": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5ULzA1NTJmNjdiLTU5YTktNDFiYi04NzM2LTFiMDQxZDFkZGQ1ZQ",
            "name": "Test Auto Attendant",
            "type": "AUTO_ATTENDANT",
            "phoneNumber": "+19705550028",
            "extension": "0028"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvNWMwZmYzZjctZjY2YS00NGQwLTlhODktZGY5N2U5MThkNjcw",
            "name": "Test Call Queue",
            "type": "CALL_QUEUE",
            "phoneNumber": "2055552221",
            "extension": "0007"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvOTExNmRmZDMtZGQ4ZS00YTk5LTg1MmYtMjFiYmMxOGNkNzcy",
            "name": "Test Hunt Group",
            "type": "HUNT_GROUP",
            "phoneNumber": "2055552221",
            "extension": "0023"
          }
        ]
      }
    }
  ]
}