function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Marie KagayMarie Kagay 

Not all Event Types Showing up in Event Log File query

I used the Workbench REST Explorer to query the EventLogFile, and the results only returned 2 of the 28 Event Types. The Event Types returned were 'Login' and 'Logout'.
Why aren't the other Event Types being returned? I know that most of the other Event Types have been executed over the last 30 days. 

The query I used is: /services/data/v32.0/query?q=SELECT+Id+,+EventType+,+LogFile+,+LogDate+,+LogFileLength+FROM+EventLogFile

Thanks!
ShashankShashank (Salesforce Developers) 
You may have to specify the Eventtype to get the type of event you are looking  for, like in this example: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_event_log_file_query.htm