Skip to main content

Task List with Resources Using the API

Comments

1 comment

  • Wes Kliewer

    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

Please sign in to leave a comment.

Powered by Zendesk