Apr 23 2023 03:30 AM
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 03:34 AM
SolutionHi 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
Apr 24 2023 07:17 AM
Apr 24 2023 03:34 AM
SolutionHi 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