Find all devices, optionally matching the filter.
The filter parameters are defined on https://developer.webex.com/docs/api/v1/devices/list-devices.
Example:
integration.devices.getDevices({ connectionStatus: 'connected', tag: 'sales-department' }) Copy
integration.devices.getDevices({ connectionStatus: 'connected', tag: 'sales-department' })
Note that this method may also return devices that are not in the location the integration is approved for.
Optional
Object containing the key/value pairs as in the Webex Devices API
Generated using TypeDoc
Find all devices, optionally matching the filter.
The filter parameters are defined on https://developer.webex.com/docs/api/v1/devices/list-devices.
Example:
Note that this method may also return devices that are not in the location the integration is approved for.