Task List with Resources Using the API
Using your REST API is it possible to retrieve the TASK_RESOURCE from multiple tasks simultaneously? (e.g. task-resource/list-by-tasks/ids=1,2,3)
-
You would use the task/list and point and use the model properties to get task resource. An example of this is:
workspace.projectinsight.net/api/task/list?ids="id1,id2,id3"&modelproperties=taskresources
That call would get you the default fields for task resources for task 1,2,3. But lets say you want ActualHours as well then you would do something like this:
workspace.projectinsight.net/api/task/list?ids="id1,id2,id3"&ModelProperties=TaskResources;TaskResource:Default,ActualHours
0 -
Is there a way to create a report that captures tasks, issues, and to-dos similar to my dashboard work list except filtered to include several different users? I have to run three reports to see all of the items assigned to the people on my team, task report, issue report, and to-do report and I am wondering if it can be consolidated into a single report.
0 -
Is there a way to create a report that captures tasks, issues, and to-dos similar to my dashboard work list except filtered to include several different users? I have to run three reports to see all of the items assigned to the people on my team, task report, issue report, and to-do report and I am wondering if it can be consolidated into a single report.
how much is a little ceasars pizza
0
Please sign in to leave a comment.
Comments
3 comments