There is a existing request:
$requestUrl = "/users/".$userId."/tasks";
But it looks like it doesn't work for Subscriber, its empty. If I do a Assigned for this User, well it's filled but I require it for Subscriber.
Sadly I didn't find something in the documentation.
array(3) {
["tasks"]=>
array(0) {
}
["subtasks"]=>
array(0) {
}
["related"]=>
array(0) {
}
}
Do anyone know, if there is a request where i can find all tasks, which are Assigned, Created or Subscribed by a certain user id?
Or is there a chance I found a bug?