SOLVED

POL task/timesheet reporting tables...

Brass Contributor

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 

2 Replies
best response confirmed by Dale Howard (MVP)
Solution

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

You're a star Paul. Many thanks
James
1 best response

Accepted Solutions
best response confirmed by Dale Howard (MVP)
Solution

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

View solution in original post