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

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
  • 1335 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
  • 713 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>       ...

We made a number of Toll Free calls in to our Webex sessions and although the history:totalPeopleMinutes shows the correct total connection time the history:totalCallInTollfreeMinutes is always 0LstmeetingusageHistory :  <history:totalCallInMinutes>0...

Hi,I am trying to capture the phones/PIN and personalTeleconf/account/participantFullAccessCode. While I can pull this info from my own admin account, other standard users return blanks. I assume this is restricted for security purposes but is it pos...

fittond by Frequent Visitor
  • 1392 Views
  • 2 replies
  • 0 Helpful votes

To download webex recording using endpoint "/nbr/services/NBRStorageService" we need to send siteID of the webex site.https://developer.cisco.com/site/webex-developer/develop-test/nbr-web-services-api/api-functions.gsp#downloadNBRStorageFileQuestion ...