Topic by Alanna Larson
Content
My overall goal is to get the contents of some report (assuming I have already obtained the ID) and do some action to a selected subset of the report entries. I am able to complete this task in my own instance thanks to the help I received here, but need it to work on other instances.
I am using the SOAP API v1.3 and am able to use RunAnalyticsReport under typed WSDL (https://<site-name>.com/services/soap/connect/soap?wsdl=typed_v1.3), but as far as I understand, the generic WSDL definition should be used for an Add-In to be compatible across instances. The generic version of 1.3 (https://<site-name>.com/services/soap/connect/soap?wsdl=generic_v1.3) does not contain RunAnalyticsReport, same with 1.4. Is there a workaround for this?