Interface Devices

Hierarchy

  • Devices

Methods

  • 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' })
    

    Note that this method may also return devices that are not in the location the integration is approved for.

    Parameters

    • Optional filters: DataObject

      Object containing the key/value pairs as in the Webex Devices API

    Returns Promise<Device[]>

Generated using TypeDoc