Hello,
We are trying to use the getSavedSearchResultsAllFields xml-rpc function to get the result for a saved report. However, we are getting the following error message:
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<fault>
<value>
<struct>
<member>
<name>faultCode</name>
<value>
<i4>3</i4>
</value>
</member>
<member>
<name>faultString</name>
<value>[Unexpected]Unable to get saved search results</value>
</member>
</struct>
</value>
</fault>
</methodResponse>
This is the xml-rpc body for the call:
<?xml version="1.0"?>
<methodCall>
<methodName>SearchService.getSavedSearchResultsAllFields</methodName>
<params>
<param>
<value><string>OMITTED FOR SECURITY REASONS</string></value>
</param>
<param>
<value><int>120</int></value>
</param>
<param>
<value><int>0</int></value>
</param>
<param>
<value><int>0</int></value>
</param>
</params>
</methodCall>
We are completely sure that the report id and the client id are correct so what may be going wrong?
Thank you in advance for your help!
Johann Granados