I want to get all available events for certain (one) user on StackOverflow such as questions answered, accepted, posted questions, posted comments etc. Something similar to activity events in github API https://developer.github.com/v3/activity/events/.
The closest thing I found was this https://api.stackexchange.com/docs/events. However, this returns events from all users.
Is there a way to get such data?