How to get all posts a user interacted with?

Hi all! Iā€™m trying to get all posts a user has interacted with. I need from each post:

  1. Author;
  2. Visits count;
  3. Replies count;

Is there a way to get this information through the API?

I was thinking of getting all user actions and with the target_post_ids from that collection of results I will get all the posts. But still not sure if that is possible or even if I will get all the information I need. Still searching :+1:t3:

The easiest way to get this data would be with the Data Explorer plugin.

4 Likes