The self hosted Active Collab 5 has the following API documentation: https://developers.activecollab.com/api-documentation/index.html
The problem is, there is not a clear way to pull a list of open tasks (across all projects) for a single user.
This will be similar to the tasks listed on this page on the installation: http://{AC5-selfhostedURL}/my-work
We are using the AssignmentFilters
as listed here: https://developers.activecollab.com/api-documentation/v1/reports-and-filters/assignments-filter.html -- And we are calling the API as listed on the sample below:
$reportsTaskArr = $client2->get('reports/run?type=AssignmentFilter&include_subtasks='.false)->getJson();
It seems there are parameters not documented for the filters.