Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 839 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 839 Bytes

ColdFusion WebEx API wrapper

ColdFusion wrapper for the WebEx API

Installation

Copy the 'webex' folder into your webroot.

Usage

Create a WebEx client in the application scope.

    <cfset application.webEx = CreateObject("component","webex.WebEx").init("username", "password", "sitename") />

After creating the client, you can start to make requests.

<cfset eventXml = application.webex.lstSummaryEvent() />
<cfset events = application.webex.deserializeResponse( eventXml ) />

Available Methods

  • getUser
  • getAPIVersion
  • lstRecording
  • getSessionInfo
  • getEvent
  • lstSummaryEvent
  • lstSummaryProgram
  • createMeetingAttendee
  • delMeetingAttendee
  • getEnrollmentInfo
  • lstMeetingAttendee
  • registerMeetingAttendee