I would like to make a feature request, to please add functionality of subscribing to particular or specific events. For example in my test OAuth2 client application I envision using events when user add or delete a file or folder in their Dropbox account and not the ones coming for every file change, but in its current form I am getting generic events for everything happening.
Furthermore, there is no field to see what sort of event happened, only way I could see is I need to make a call to /list_folder endpoint and traverse the whole thing to see what has actually happened.