• Sam Jacob 4
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I was able to run a report using Analytics REST API  , but it returns data only for the  default date range set for the report, for example "Current Fiscal Quarter" .
tried setting a report filter using  CREATED_DATE ,it gives the data but only for the dates in the default date range.

is there a way a to run the report for a different date range using the API ? 
Hi,

Please advise.I am trying to test query operation of REST API using SOAP UI.I am getting below error:
<h2>HTTP ERROR 405</h2>
      <p>
         Problem accessing /services/Soap/c/31.0/query/. Reason:
         <pre>GET not supported</pre>
      </p>
      <hr/>
      <i>
         <small>Powered by Jetty://</small>

In the SOAP UI,I am manually adding header with name "Authorization" with value of sessionID.Below us the url I am trying for query

https://instance.salesforce.com/services/Soap/c/31.0/query/?q=SELECT ID,name from Account

Are there any samples,if yes please provide the link and advise.Thanks in advance!!