Cisco Control Hub Devices API

The Devices API from Cisco Control Hub — 1 operation(s) for devices.

OpenAPI Specification

cisco-control-hub-devices-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Cisco Webex Control Hub Admin AdminAuditEvents Devices API
  description: 'Programmatic access to Cisco Webex Control Hub administration surfaces:

    organizations, people, licenses, locations, workspaces, devices, and

    admin audit events. Authentication uses OAuth 2.0 access tokens or

    service-app tokens scoped to the organization.

    '
  version: 1.0.0
  contact:
    name: Webex for Developers
    url: https://developer.webex.com/docs/api/v1/admin-audit-events
servers:
- url: https://webexapis.com/v1
security:
- bearerAuth: []
tags:
- name: Devices
paths:
  /devices:
    get:
      tags:
      - Devices
      summary: List devices
      operationId: listDevices
      parameters:
      - in: query
        name: orgId
        schema:
          type: string
      - in: query
        name: personId
        schema:
          type: string
      - in: query
        name: workspaceId
        schema:
          type: string
      - in: query
        name: max
        schema:
          type: integer
      responses:
        '200':
          description: A list of devices
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: OAuth2-Access-Token