<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WebEx XML API - Help needed with GetTrainingSession in Cloud Collaboration</title>
    <link>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457891#M399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share any example for this report with xml api&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 11:36:23 GMT</pubDate>
    <dc:creator>erhandelibas</dc:creator>
    <dc:date>2014-09-24T11:36:23Z</dc:date>
    <item>
      <title>WebEx XML API - Help needed with GetTrainingSession</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457887#M395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!! I'm a newbie and I've been working my best experimenting and researching this site and the web trying to find my answers but this question has me stuck and before I call Cisco I thought I'd pose it with this group....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to be using Informatica with a Java transformation to retrieve training history to store into a data warehouse. I've been able to find part of the data I need for the users with the LsttrainingsessionHistory, LsttrainingattendeeHistory and LstsummaryTrainingSession. Unfortunately I've got a number of other data elements I can't retrieve and I suspect they are either from a call I don't have authority to do or aren't things I can pull via an API &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First off: the user account I'm using is an adminRO account&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to do the GetTrainingSession API call after I've retrieved a sessionID for a training session I'm trying to pull back BUT I get the following error when I try to do this call. From what I've read in the XML API guide it looks like an admin account can't do a getTrainingSession (?) though I find that odd since I'd think an admin should be able to do basically anything (at least that is my experience as admin on other systems). Is there some other level of access I need added to my account to allow me to get training (and meeting, event, support) history for all sessions at my organization? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="ISO-8859-1"?&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;serv:message xmlns:serv="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service&lt;/A&gt;&lt;SPAN&gt;" xmlns:com="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/common" target="_blank"&gt;http://www.webex.com/schemas/2002/06/common&lt;/A&gt;&lt;SPAN&gt;" xmlns:sess="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service/session" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service/session&lt;/A&gt;&lt;SPAN&gt;" xmlns:train="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service/trainingsession" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service/trainingsession&lt;/A&gt;&lt;SPAN&gt;" xmlns:qti="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service/trainingsessionqti" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service/trainingsessionqti&lt;/A&gt;&lt;SPAN&gt;" xmlns:qtiasi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service/trainingsessionqtiasi" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service/trainingsessionqtiasi&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;serv:header&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;serv:response&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;serv:result&amp;gt;FAILURE&amp;lt;/serv:result&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;serv:reason&amp;gt;Access denied, additional privileges are required&amp;lt;/serv:reason&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;serv:gsbStatus&amp;gt;PRIMARY&amp;lt;/serv:gsbStatus&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;serv:exceptionID&amp;gt;000001&amp;lt;/serv:exceptionID&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/serv:response&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/serv:header&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;serv:body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;serv:bodyContent/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/serv:body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/serv:message&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the data elements I'm trying to retrieve but haven't been able to find up to this point:&lt;/P&gt;&lt;P&gt;Product&lt;/P&gt;&lt;P&gt;First Name&lt;/P&gt;&lt;P&gt;Last Name&lt;/P&gt;&lt;P&gt;Registration date&lt;/P&gt;&lt;P&gt;*Attention to Duration Ratio&lt;/P&gt;&lt;P&gt;*Attention to Attendance ratio&lt;/P&gt;&lt;P&gt;Tele- conference&lt;/P&gt;&lt;P&gt;Company&lt;/P&gt;&lt;P&gt;Title&lt;/P&gt;&lt;P&gt;Phone Number&lt;/P&gt;&lt;P&gt;Address 1&lt;/P&gt;&lt;P&gt;Address 2&lt;/P&gt;&lt;P&gt;City&lt;/P&gt;&lt;P&gt;State /Province&lt;/P&gt;&lt;P&gt;Country/Region&lt;/P&gt;&lt;P&gt;Zip/Postal Code&lt;/P&gt;&lt;P&gt;Confirm Email Address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe these are either custom fields OR from either surveys or registration forms that participants fill out. I've no real idea yet on where to go for these data elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Institution Name&lt;/P&gt;&lt;P&gt;Country /Region&lt;/P&gt;&lt;P&gt;State/Province&lt;/P&gt;&lt;P&gt;What type of library do you work in&lt;/P&gt;&lt;P&gt;What are your job responsibilities&lt;/P&gt;&lt;P&gt;How did you find out about the training&lt;/P&gt;&lt;P&gt;Would you like to receive training announcement emails&lt;/P&gt;&lt;P&gt;Why did you sign up for the training? (Check all that apply)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated!! I look forward to working on this new challenge of pulling this data &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 14:43:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457887#M395</guid>
      <dc:creator>millerca1</dc:creator>
      <dc:date>2014-03-10T14:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: WebEx XML API - Help needed with GetTrainingSession</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457888#M396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GetTrainingSession can be called by self only, no site admin level will be able to retrieve data unless they are the session owner. For all Get/Lst commands, read-only site admin will have the same permissions as full site admin. API history data does not include attention percentage or duration. The XML API reference guide contains schema diagrams for all requests and responses that will detail all available attributes returned. Address details are returned by LsttrainingattendeeHistory when entered by the attendee, but custom fields are not available via API report. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 18:09:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457888#M396</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2014-03-11T18:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: WebEx XML API - Help needed with GetTrainingSession</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457889#M397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any alternatives to the XML API to get the data like attention percentage &amp;amp; duration, custom fields and registration form q&amp;amp;a? I'm fine with writing some Java code for my Informatica mapping to be able to get the information. &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 18:25:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457889#M397</guid>
      <dc:creator>millerca1</dc:creator>
      <dc:date>2014-03-11T18:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: WebEx XML API - Help needed with GetTrainingSession</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457890#M398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Besides API, the only other report retrieval tools are in Site Admin and in My WebEx. Your WebEx account manager can explain available details for site and personal reports. The values you are looking for are not currently available by API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 21:13:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457890#M398</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2014-03-12T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: WebEx XML API - Help needed with GetTrainingSession</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457891#M399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share any example for this report with xml api&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:36:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457891#M399</guid>
      <dc:creator>erhandelibas</dc:creator>
      <dc:date>2014-09-24T11:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: WebEx XML API - Help needed with GetTrainingSession</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457892#M400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The XML API reference guide contains example request and response for every available command, including GetTrainingSession: &lt;A href="https://developer.cisco.com/media/webex-xml-api/613GetTrainingSession.html" title="https://developer.cisco.com/media/webex-xml-api/613GetTrainingSession.html"&gt;https://developer.cisco.com/media/webex-xml-api/613GetTrainingSession.html. &lt;/A&gt;Usage reports are available using LsttrainingsessionHistory and LsttrainingattendeeHistory, both part of the history service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 17:18:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-xml-api-help-needed-with-gettrainingsession/m-p/3457892#M400</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2014-09-24T17:18:17Z</dc:date>
    </item>
  </channel>
</rss>

