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 Usage Reporting

RE: LstmeetingattendeeHistory - No Record Found

Combination View Flat View Tree View
Threads [ Previous | Next ]
I'm trying to get meeting attendees using LstmeetingattendeeHistory. 
 
Questions:
 
1) How can I specify a event id? Or do I have to use conference ID
2) What is the difference between confID, and meetingKey?
3) Do I need to be using a special partnerID?
4) Here is my xml:
-----------------------------------------------------
 
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service" xsi:schemaLocation="http://www.webex.com/schemas/2002/06/service http://www.webex.com/schemas/2002/06/service/service.xsd">
<header>
<securityContext>
<webExID>username</webExID>
<password>password</password>
<siteName>sitename</siteName>
<partnerID>partnerid</partnerID>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.history.LstmeetingattendeeHistory">
<confID>valid eventid, or confid</confID>
</bodyContent>
</body>
</serv:message>
-----------------------------------------------------
I keep getting back
 
FAILURE
Sorry, no record found
 

I figured it out:

1) Use LsteventattendeeHistory
2) set <sessionKey> to Event ID

BAM! Got records back.

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.