wxc_sdk
  • Installation
  • Using asyncio
  • Using proxies
  • Examples
  • Logging of REST requests
  • Logging to HAR files
  • Release history
  • 1.23.0
  • Reference of all available methods
  • wxc_sdk package
    • WebexSimpleApi
    • Subpackages
    • Submodules
wxc_sdk
  • wxc_sdk package
  • wxc_sdk.telephony package
  • wxc_sdk.telephony.call_routing package
  • View page source

wxc_sdk.telephony.call_routing package

class wxc_sdk.telephony.call_routing.CallRoutingApi(session: RestSession)[source]

Bases: ApiChild

Call Routing Api

__init__(session: RestSession)[source]
base = 'telephony/config'
tp: TranslationPatternsApi

translation patterns

Subpackages

  • wxc_sdk.telephony.call_routing.translation_pattern package
    • TranslationPatternsApi
      • TranslationPatternsApi.create()
      • TranslationPatternsApi.list()
      • TranslationPatternsApi.details()
      • TranslationPatternsApi.update()
      • TranslationPatternsApi.delete()
      • TranslationPatternsApi.base
    • TranslationPattern
      • TranslationPattern.id
      • TranslationPattern.name
      • TranslationPattern.matching_pattern
      • TranslationPattern.replacement_pattern
      • TranslationPattern.level
      • TranslationPattern.location
    • TranslationPatternLevel
      • TranslationPatternLevel.organization
      • TranslationPatternLevel.location
Previous Next

© Copyright 2024, Johannes Krohn.

Built with Sphinx using a theme provided by Read the Docs.