Hi,
I am using "LstmeetingattendeeHistory" API method(v 5.9) to get list of all attendee who actually attends meeting which was created in my companies development site ie (company-dev.webex.com). I know that this data not generate immediately and requires 48-72 hr to update.
But after 72 hr I am not able to get list of all attendee who actually attends meeting. Can you please help me on this issue
Also when we test this method in (apidemoeu.webex.com) development site we got result after 7-8 hrs
XML request given below
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<webExID>webExID</webExID>
<password>password</password>
<siteID>siteid</siteID>
<partnerID>partnerid</partnerID>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.history.LstmeetingattendeeHistory">
<startTimeScope>
<sessionStartTimeStart>01/15/2016 00:00:01</sessionStartTimeStart>
<sessionStartTimeEnd>01/15/2016 23:59:59</sessionStartTimeEnd>
</startTimeScope>
<listControl>
<serv:startFrom>1</serv:startFrom>
<serv:maximumNum>10</serv:maximumNum>
<serv:listMethod>OR</serv:listMethod>
</listControl>
<order>
<orderBy>CONFID</orderBy>
<orderAD>ASC</orderAD>
</order>
</bodyContent>
</body>
</serv:message>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hello,
Reporting is not enabled on development sites by default because they are meant for API testing rather than WebEx meeting usage. This can be enabled, however, by contacting webex-meetings-api-dev@cisco.com and providing your actual development site URL along with your request to enable reporting.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.