<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>LstmeetingattendeeHistory - No Record Found</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5235089" />
  <subtitle>LstmeetingattendeeHistory - No Record Found</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5235089</id>
  <updated>2013-05-23T12:52:48Z</updated>
  <dc:date>2013-05-23T12:52:48Z</dc:date>
  <entry>
    <title>RE: LstmeetingattendeeHistory - No Record Found</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5235102" />
    <author>
      <name>rick mcewan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5235102</id>
    <updated>2012-03-02T02:42:08Z</updated>
    <published>2012-03-02T02:42:08Z</published>
    <summary type="html">I figured it out:

1) Use LsteventattendeeHistory
2) set &lt;sessionKey&gt; to Event ID

BAM! Got records back.</summary>
    <dc:creator>rick mcewan</dc:creator>
    <dc:date>2012-03-02T02:42:08Z</dc:date>
  </entry>
  <entry>
    <title>LstmeetingattendeeHistory - No Record Found</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5235088" />
    <author>
      <name>rick mcewan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5235088</id>
    <updated>2012-03-02T02:33:08Z</updated>
    <published>2012-03-02T02:33:08Z</published>
    <summary type="html">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:
-----------------------------------------------------
 
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;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"&gt;
&lt;header&gt;
&lt;securityContext&gt;
&lt;webExID&gt;username&lt;/webExID&gt;
&lt;password&gt;password&lt;/password&gt;
&lt;siteName&gt;sitename&lt;/siteName&gt;
&lt;partnerID&gt;partnerid&lt;/partnerID&gt;
&lt;/securityContext&gt;
&lt;/header&gt;
&lt;body&gt;
&lt;bodyContent xsi:type="java:com.webex.service.binding.history.LstmeetingattendeeHistory"&gt;
&lt;confID&gt;valid eventid, or confid&lt;/confID&gt;
&lt;/bodyContent&gt;
&lt;/body&gt;
&lt;/serv:message&gt;
-----------------------------------------------------
I keep getting back
 
FAILURE
Sorry, no record found
 </summary>
    <dc:creator>rick mcewan</dc:creator>
    <dc:date>2012-03-02T02:33:08Z</dc:date>
  </entry>
</feed>

