Forum Discussion
Delta_BenoitWILLEMS
Sep 03, 2024Copper Contributor
Microsoft Project REST API
Hello community, I need your help. I'm trying to retrieve data about assignment through the REST API. I would like to have the same data from the Task view of the Project Web App. ...
Delta_BenoitWILLEMS
Sep 05, 2024Copper Contributor
Thank you for the link. I already found it and use it to try to achieve what I want, but without any success.
My goal is to create an application that will be able to interact with Project Server.
This application will allow the resources to add/edit the number of hours worked on a specific task on a specific day.
To provide you more information, in my work team, we use Toggl to track our time. And I will be able to create a connector that will populate the MS Project Server automatically.
Thank you for your Time.
Benoit W.
My goal is to create an application that will be able to interact with Project Server.
This application will allow the resources to add/edit the number of hours worked on a specific task on a specific day.
To provide you more information, in my work team, we use Toggl to track our time. And I will be able to create a connector that will populate the MS Project Server automatically.
Thank you for your Time.
Benoit W.
malshayeb
Sep 05, 2024Brass Contributor
ok thank you, so you want to bring Actuals from the 3rd party timesheet app into Project server, in this scenario i wouldnt look into the planned work in the assignment i would look into the timesheet API, configure the Timesheet in POL , then use the REST API to
1-Create resource timesheet for the period
2-Create the Lines
3- add the actual time
4-submit the TS
with that the actuals can be imported to the Project plans
1-Create resource timesheet for the period
2-Create the Lines
3- add the actual time
4-submit the TS
with that the actuals can be imported to the Project plans
- Delta_BenoitWILLEMSSep 09, 2024Copper ContributorThank you for your reply. I'll try in that way.
Benoit W.