Cloud Collaboration

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Please note the Webex For Developers forum above has a more active community. Content will be migrating to this forum in the near future. For additional help, you can go to the Webex for Developers Support page.




Forum Posts

We have nearly hit our 50GB capacity for storage.  Since there isn't a UI for managing this, we are using the APIs.We have previously used the APIs successfully with the exact same script to retrieve a list of recordings, who they belong to and their...

Hello,I have a script that is querying our WebEx instance every minute to retrieve information updates.Looking into logs, I discovered that last Friday, around 20:30, it started responding with the following data in the header:    <serv:response>    ...

john.cleese by Community Member
  • 1325 Views
  • 1 replies
  • 0 Helpful votes

Hello,I'm trying to create a training session in WebEx with the option "Send video" disabled for the attendee in the "Session Options" section.I'm using XML api but in the reference guide there seems to have no indication for the option or something ...

Hello,Have you ever faced any issues with the UTF8 encoding? Probably I am missing something but I've tried to create a meeting with some special characters (French characters) in the conference title. The encoding type has been specified in both XML...

Hello,WebEx XML API.Let's say I have a meeting in progress and I want to knowhow many active participants are there at the moment, and, ideally, what are their names.GetMeeting() returns participantsJoined, but it is only a true/false field.The names...

john.cleese by Community Member
  • 1409 Views
  • 1 replies
  • 0 Helpful votes

Hello,I am using the following WebEx XML API invocation (headers omitted):<bodyContent xsi:type="java:com.webex.service.binding.history.LstmeetingusageHistory">    <meetingKey>123 456 789</meetingKey>    <inclAudioOnly>true</inclAudioOnly></bodyConte...

john.cleese by Community Member
  • 748 Views
  • 1 replies
  • 0 Helpful votes

Resolved! WebEx XML API

I am trying to build an integration between Webex and another system. When I post a request formed as specified here:Cisco WebEx XML APII am getting the following response:<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:...

Is there a way to use the existing email templates when calling createEvent in the XML API?  For example, I tried passing the following (this is part of the XML request for createEvent):                                         <emailTemplates>       ...