Report API PHP / get all Events

Hello,

I would like to know if there is any “simple” call to retrieve all the events ( category + action + names ) at the same time, in the same response ? Something like method=Events.getAllEvents

Because so far I find it hard to get it, I have to go through loops ( categories ) of loops (actions ) of loops (names )
at the end I can have categories and actions but concerning the names, the response doesn’t say from which action it comes from : (

Thanks