wxc_sdk.workspace_settings package

Workspace settings, mostly identical to user settings

class wxc_sdk.workspace_settings.WorkspaceSettingsApi(session: RestSession)[source]

Bases: ApiChild

API for all workspace settings.

Most of the workspace settings are equivalent to corresponding user settings. For these settings the attributes of this class are instances of the respective user settings APIs. When calling endpoints of these APIs workspace IDs need to be passed to the person_id parameter of the called function.

base = 'workspaces'
call_bridge: CallBridgeApi
call_intercept: CallInterceptApi
call_waiting: CallWaitingApi
caller_id: CallerIdApi
devices: WorkspaceDevicesApi
forwarding: PersonForwardingApi
monitoring: MonitoringApi
numbers: WorkspaceNumbersApi
permissions_in: IncomingPermissionsApi
permissions_out: OutgoingPermissionsApi

Subpackages