Forum Discussion
Jamesp435
Apr 23, 2023Brass Contributor
POL task/timesheet reporting tables...
Hi team Can someone tell me what POL report tables do I need to see the tasks and timesheet hours for a resource and their baselines on a task. Many thanks James
- Apr 24, 2023
Hi James Jamesp435 ,
Tasks details are in /_api/ProjectData/Tasks, Task time phased data is in /_api/ProjectData/TaskTimephasedDataSet, task baseline details are in /_api/ProjectData/TaskBaselines, Task baseline time phased data is in /_api/ProjectData/TaskBaselineTimephasedDataSet, timesheet time phased actual data will be in /_api/ProjectData/TimesheetLineActualDataSet. The metadata document is pretty good to view the entity details /_api/ProjectData/$metadata
Paul
Paul_Mather
Apr 24, 2023MVP
Hi James Jamesp435 ,
Tasks details are in /_api/ProjectData/Tasks, Task time phased data is in /_api/ProjectData/TaskTimephasedDataSet, task baseline details are in /_api/ProjectData/TaskBaselines, Task baseline time phased data is in /_api/ProjectData/TaskBaselineTimephasedDataSet, timesheet time phased actual data will be in /_api/ProjectData/TimesheetLineActualDataSet. The metadata document is pretty good to view the entity details /_api/ProjectData/$metadata
Paul
Jamesp435
Apr 24, 2023Brass Contributor
You're a star Paul. Many thanks
James
James