• Qi Huang
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
Hi,
I created my Developer account for a day. I want to check Event Log File API.
I used Workbench to query Event Log File.
I loged into https://workbench.developerforce.com/restExplorer.php. In the Rest Explorer, I query for
/services/data/v32.0/query?q=SELECT+Id+,+EventType+,+LogFile+,+LogDate+,+LogFileLength+FROM+EventLogFile
But it returns me 0 size of result, which means no result. (This method of retrieval is described in this blog: http://simplysfdc.blogspot.ca/2014/10/salesforce-event-log-files.html)
But I know for Developer account, there is Event Log File API available for free, and the retention time is 1 day. So I think I should see something. May I know what's wrong? Is it I have to do something in order to see some records?

Thanks.
Hi,
I created my Developer account for a day. I want to check Event Log File API.
I used Workbench to query Event Log File.
I loged into https://workbench.developerforce.com/restExplorer.php. In the Rest Explorer, I query for
/services/data/v32.0/query?q=SELECT+Id+,+EventType+,+LogFile+,+LogDate+,+LogFileLength+FROM+EventLogFile
But it returns me 0 size of result, which means no result. (This method of retrieval is described in this blog: http://simplysfdc.blogspot.ca/2014/10/salesforce-event-log-files.html)
But I know for Developer account, there is Event Log File API available for free, and the retention time is 1 day. So I think I should see something. May I know what's wrong? Is it I have to do something in order to see some records?

Thanks.