Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to pull history data for our meetings, but find it frequently returns with a SQL Exception or times out before completing. I know I am using the correct Partner ID and Site ID as I use it for other calls that work correctly. What would be...
Good afternoon,I find that I'm frequently running into inaccurate documentation when trying to create proper XML requests. Is this https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/ the best and most accurate res...
I am attempting to use the "startFrom" and "maximumNum" elements to query a large amount of data in batches. It does not appear to be working correctly, but is most likely a mistake on my part.I am using the information found here https://developer.c...
Good morning,Using the latest schema (10-0-0_SP4) provided on your website, I was able to create class files representing the ep service. All of this is working as expected. The problem I am having is related to the xsi:type string your schema is cre...
A similar question, is it possible to programmatically re-assign an already recorded meeting? I looked through the various API calls and did not find anything that could handle it. This step in particular:
No problem. You will find that a good bit of the documentation is in need of updating. I find myself juggling between these two websites to get the full details necessary:https://developer.cisco.com/media/webex-xml-api/Preface.htmlhttps://developer.c...
The problem appears to be the name associated with the choice block:
<xsd:choice name="IdTypeForUserCardQuery">
<xsd:element name="webExId" type="xsd:string"/>
<xsd:element name="email" type="xsd:string"/>
<xsd:element name="personalUrl" type="...
Hey Ryan,Were there ever any changes made to address the issue of invalid XML characters used in Meeting/Recording names? I am running into this problem again and looking for a final solution. I haven't found a way to handle it from my side as the We...
Changing the maximumNum didn't change anything for me. I dealt with invalid data in some of my recordings data so I definitely understand what you are suggesting.I was just now able to get it to pull the month of September records without getting an ...