Webex · Schema

GetHuntGroupCallPolicyObject

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
policy object Call routing policy used to dispatch calls to agents.
waitingEnabled boolean If `false`, then the option is treated as "Advance when busy". The hunt group won't ring agents when they're on a call and advances to the next agent. If a hunt group agent has call waiting enabled an
groupBusyEnabled boolean When `true`, the hunt group busy status will be set to busy. All new calls will get busy treatment. If `busyRedirect` is enabled, the calls are routed to the destination specified in `busyRedirect`.
allowMembersToControlGroupBusyEnabled boolean When `true`, agents can change the hunt group busy status.
noAnswer object Settings for when the call into the hunt group is not answered.
busyRedirect object Settings for sending calls to a specified destination when all agents are busy or when the hunt group busy status is set to busy.
businessContinuityRedirect object Settings for sending calls to a specified destination if the phone is not connected to the network for any reason, such as a power outage, failed internet connection, or wiring problem.
View JSON Schema on GitHub

JSON Schema

webex-gethuntgroupcallpolicyobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetHuntGroupCallPolicyObject",
  "title": "GetHuntGroupCallPolicyObject",
  "type": "object",
  "required": [
    "policy",
    "noAnswer"
  ],
  "properties": {
    "policy": {
      "$ref": "#/components/schemas/HuntPolicySelection",
      "description": "Call routing policy used to dispatch calls to agents."
    },
    "waitingEnabled": {
      "type": "boolean",
      "example": true,
      "description": "If `false`, then the option is treated as \"Advance when busy\". The hunt group won't ring agents when they're on a call and advances to the next agent. If a hunt group agent has call waiting enabled and the call is advanced to them, the call waits until that hunt group agent isn't busy."
    },
    "groupBusyEnabled": {
      "type": "boolean",
      "example": true,
      "description": "When `true`, the hunt group busy status will be set to busy. All new calls will get busy treatment. If `busyRedirect` is enabled, the calls are routed to the destination specified in `busyRedirect`."
    },
    "allowMembersToControlGroupBusyEnabled": {
      "type": "boolean",
      "example": true,
      "description": "When `true`, agents can change the hunt group busy status."
    },
    "noAnswer": {
      "type": "object",
      "required": [
        "nextAgentEnabled",
        "nextAgentRings",
        "forwardEnabled",
        "numberOfRings",
        "systemMaxNumberOfRings",
        "destinationVoicemailEnabled"
      ],
      "properties": {
        "nextAgentEnabled": {
          "type": "boolean",
          "example": true,
          "description": "If enabled, advance to next agent after the `nextAgentRings` has occurred."
        },
        "nextAgentRings": {
          "type": "number",
          "example": 3,
          "description": "Number of rings before call will be forwarded if unanswered and `nextAgentEnabled` is true."
        },
        "forwardEnabled": {
          "type": "boolean",
          "description": "If `true`, forwards unanswered calls to the destination after the number of rings occurs."
        },
        "destination": {
          "type": "string",
          "example": "2225551212",
          "description": "Destination if `forwardEnabled` is True."
        },
        "numberOfRings": {
          "type": "number",
          "example": 15,
          "description": "Number of rings before forwarding calls if `forwardEnabled` is true."
        },
        "systemMaxNumberOfRings": {
          "type": "number",
          "example": 15,
          "description": "System-wide maximum number of rings allowed for `numberOfRings` setting."
        },
        "destinationVoicemailEnabled": {
          "type": "boolean",
          "description": "If `destinationVoicemailEnabled` is true, enables and disables sending incoming to destination number's voicemail if the destination is an internal phone number and that number has the voicemail service enabled."
        }
      },
      "description": "Settings for when the call into the hunt group is not answered."
    },
    "busyRedirect": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "example": true,
          "description": "If `true`, calls are diverted to a defined phone number when all agents are busy, or when the hunt group busy status is set to busy."
        },
        "destination": {
          "type": "string",
          "example": "2225551212",
          "description": "Destination for busy redirect."
        },
        "destinationVoicemailEnabled": {
          "type": "boolean",
          "description": "The enabled or disabled state of sending diverted incoming calls to the `destination` number's voicemail if the `destination` is an internal phone number and that number has the voicemail service enabled."
        }
      },
      "description": "Settings for sending calls to a specified destination when all agents are busy or when the hunt group busy status is set to busy."
    },
    "businessContinuityRedirect": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "example": true,
          "description": "If `true`, unreachable, unanswered calls are diverted to a defined phone number. For persons with only a mobile device, calls won't be diverted if there is a network outage."
        },
        "destination": {
          "type": "string",
          "example": "2225551212",
          "description": "Destination for business continuity redirect."
        },
        "destinationVoicemailEnabled": {
          "type": "boolean",
          "description": "The enabled or disabled state of sending diverted incoming calls to the `destination` number's voicemail if the `destination` is an internal phone number and that number has the voicemail service enabled."
        }
      },
      "description": "Settings for sending calls to a specified destination if the phone is not connected to the network for any reason, such as a power outage, failed internet connection, or wiring problem."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-gethuntgroupcallpolicyobject"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.