Webex · Example Payload

Webex Getlistoffeaturesassignedtoausermodemanagement Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getlistoffeaturesassignedtoausermodemanagement 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": "getListOfFeaturesAssignedToAUserModeManagement",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/modeManagement/features",
  "summary": "Retrieve the List of Features Assigned to a User for Mode Management",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "features": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5ULzA1NTJmNjdiLTU5YTktNDFiYi04NzM2LTFiMDQxZDFkZGQ1ZQ",
            "name": "Test Auto Attendant",
            "type": "AUTO_ATTENDANT",
            "phoneNumber": "+19705550028",
            "extension": "0028",
            "modeBasedForwardingEnabled": true,
            "forwardDestination": "+14259964241",
            "currentOperatingModeName": "Day Operating Mode",
            "currentOperatingModeId": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFLzIxM2I1ZTIwLTljMjAtNDUwNi1iYWE3LTE0OGE0NWQyZWY4OQ",
            "exceptionType": "AUTOMATIC_SWITCH_BACK_EARLY_START",
            "location": {
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
              "name": "Banglore"
            }
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvNWMwZmYzZjctZjY2YS00NGQwLTlhODktZGY5N2U5MThkNjcw",
            "name": "Test Call Queue",
            "type": "CALL_QUEUE",
            "phoneNumber": "2055552221",
            "extension": "0007",
            "modeBasedForwardingEnabled": true,
            "forwardDestination": "+19705550028",
            "currentOperatingModeName": "Outage Operating Mode",
            "currentOperatingModeId": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFL2VkMjg0NjE1LWY3ZDgtNDNhOC1iOGJmLTVkYmU2ZjMzMTNjZQ",
            "exceptionType": "MANUAL_SWITCH_BACK",
            "location": {
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
              "name": "Banglore"
            }
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvOTExNmRmZDMtZGQ4ZS00YTk5LTg1MmYtMjFiYmMxOGNkNzcy",
            "name": "Test Hunt Group",
            "type": "HUNT_GROUP",
            "phoneNumber": "2055552221",
            "extension": "0023",
            "modeBasedForwardingEnabled": true,
            "forwardDestination": "+19705550028",
            "currentOperatingModeName": "Day Operating Mode",
            "currentOperatingModeId": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFLzIxM2I1ZTIwLTljMjAtNDUwNi1iYWE3LTE0OGE0NWQyZWY4OQ",
            "exceptionType": "MANUAL_SWITCH_BACK",
            "location": {
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
              "name": "Banglore"
            }
          }
        ]
      }
    }
  ]
}