Webex · Schema

GetLocationCallingParamtersResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
integrationEnabled boolean Enable to allow RedSky to receive network connectivity information and test calls.
routingEnabled boolean Enable to route emergency calls to RedSky.
View JSON Schema on GitHub

JSON Schema

webex-getlocationcallingparamtersresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetLocationCallingParamtersResponse",
  "title": "GetLocationCallingParamtersResponse",
  "type": "object",
  "properties": {
    "integrationEnabled": {
      "type": "boolean",
      "example": true,
      "description": "Enable to allow RedSky to receive network connectivity information and test calls."
    },
    "routingEnabled": {
      "type": "boolean",
      "example": true,
      "description": "Enable to route emergency calls to RedSky."
    }
  }
}