Skip to content

Getting Started

Neeraj Swarnkar edited this page Jul 20, 2023 · 12 revisions

Getting Started guide

Ad-hoc Space meetings

Ad-hoc Space Meetings

USM meetings

USM

use cases

Webex Meetings

developer portal

Generate the access token from here

Make sure you're signed in to the Developer Portal.

developer can do a lot from the Webex APIs?

The Webex APIs provide your applications with direct access to the Cisco Webex Platform, giving you the ability to:

list all the rooms

Every room is associated with room Id "id": "Y2lzY29zcGFyazovL3VzL1JPT00vMDJiZTk0YTAtYzcwZC0xMWVkLWJiOWYtMGRiYjQ2ODVlOTEx" -

Example { "id": "Y2lzY29zcGFyazovL3VzL1JPT00vMWY1Y2FmNjAtMjVhYS0xMWVlLTk4N2YtYjEwOGFkMjE4ZTIy", "title": "Ranjitha Shadakshari", "type": "direct", "isLocked": false, "lastActivity": "2023-07-19T14:33:46.215Z", "creatorId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8zZmRjNTU5Yy1iZTI5LTQwYTYtYjRjMS1jMzI4NTY1NzNhZmY", "created": "2023-07-18T20:31:49.590Z", "ownerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8xZWI2NWZkZi05NjQzLTQxN2YtOTk3NC1hZDcyY2FlMGUxMGY", "isPublic": false, "isReadOnly": false },

Create a Webex space and invite people

Lists all room members

Need to provide the room Id "id": "Y2lzY29zcGFyazovL3VzL1JPT00vMDJiZTk0YTAtYzcwZC0xMWVkLWJiOWYtMGRiYjQ2ODVlOTEx"

Search for people in your company

Post messages in a Webex space

Create and manage meetings

Creates a new meeting

adhoc(boolean) - Whether or not to create an ad-hoc meeting for the room specified by roomId. When true, roomId is required.

Add and manage meeting invitees

Join a Meeting

Get Webex space history

notified in real-time

Execute a command on a Webex RoomOS device

Create a space

Link

Create a meeting

Link

Meetings with space

Link

Clone this wiki locally