Cisco Control Hub Workspaces API

The Workspaces API from Cisco Control Hub — 1 operation(s) for workspaces.

OpenAPI Specification

cisco-control-hub-workspaces-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Cisco Webex Control Hub Admin AdminAuditEvents Workspaces 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: Workspaces
paths:
  /workspaces:
    get:
      tags:
      - Workspaces
      summary: List workspaces
      operationId: listWorkspaces
      parameters:
      - in: query
        name: orgId
        schema:
          type: string
      - in: query
        name: locationId
        schema:
          type: string
      - in: query
        name: max
        schema:
          type: integer
      responses:
        '200':
          description: A list of workspaces
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: OAuth2-Access-Token