I have created a Sharepoint hosted App and need to view all my tasks (tasks assigned to current user). I can search by REST Api to find my tasks which are in different task list in different sites. But the thing is that I also would like to see my personal task which I myself have added in my site (newsfeed).
In order to connect to my site I have done cross domain calls which seems to be working. But when I there search for Content Type: task or for example list item on my site, I just get result "not found".
Are my tasks stored in the hidden list VmaAggregatorList_User ? (but if the list is hidden, how can I connect to it?).
Any suggestions of how I can get my personal tasks?