Easiest way to get events per profile using API (for all profiles)?
I would like to fetch a list of event types and times per user for all profiles.
I saw I can fetch all profiles and all events. I then have to run a query per event to fetch the profile asociated with the event. I then habe to write some code to save the information I want to be per profile instead of per event.
is there any simpler/faster way to export this data in bulk?
