Please note: These WebEx forums have replaced the earlier site forums. All the previous threads and posts have been replicated here, and if you subscribed to the previous forums, please re-subscribe. Thank you.
« Back to Meeting Listings

Is there a API available for Listing of all meetings for a given webex use

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
I'm trying to come up with an application which would use
the webex user credentials and fetch all the meetings where the given
user is an attendee. I did see an API for geting the list of meetings
hosted by given user. But I want one which would list all the meetings,
may be within the specified period and the given user is the
attendee/invitee.
 
Thanks
Vijayendra

Hellow Vijayendr,

You can display meetings that someone is invited to as long as they have an account on the site and are invited to meetings on the site.  There is an <invited> element in the XML API command LstsummarySession.  The invited tag has the same behavior as choosing ¿The meetings you are invited to¿ From the WebEx Interface.

invited Valid values are TRUE and FALSE. Determines whether or not returned sessions include those that a user is invited to. Defaults to FALSE.
 
For external attendees, those that do not have an account on the site,  this would need to be managed from the
integration,  we don't have an api to track which meeting an external
attendee has registered for.
 
Thank you,
-Kingsley Lewis

So if i want the full list of meeting where i am both hosting and attending do i need to call LstsummarySession twice - once with the invited flag set to false and again with it set to true ?
thanks,
Jimmy

Hi Jimmy,
 
You are correct.  to get both invited and hosted meetings will require two separate requests.
 
Thank you,
-Kingsley Lewis

Thanks for the clarification.
Best Regards,
Jimmy

Is there a similar parameter in the URL API?
Thanks

Create a Cisco account today and gain access across all Cisco Collaboration Developer sites.

 

Follow the WebEx Developer program on Twitter for the latest industry and WebEx Meetings related information.