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 04, 2024Copper Contributor
malshayeb Thank you for your prompt reply.
The table that you are speaking about is in the ODATA end point. Not in the API ? Right ?
And the problem with the ODATA is the fact that values are read only. I want to be able to edit its values.
Benoit W
malshayeb
Sep 04, 2024Brass Contributor
i thought you are only looking to find the effort in a specific day, the only thing i can think of at the moment is this page about the rest API endpoints, in the https://github.com/akordowski/Project-Server-Resources/blob/master/Project%20Server%20REST%20API%20Endpoints.md section of the page should give you a starting point, keep in mind some of those resources are really old. can i ask you what is the end goal you have in mind ?
- Delta_BenoitWILLEMSSep 05, 2024Copper ContributorThank 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.- malshayebSep 05, 2024Brass Contributorok 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- Delta_BenoitWILLEMSSep 09, 2024Copper ContributorThank you for your reply. I'll try in that way.
Benoit W.
- malshayebSep 05, 2024Brass Contributorare you using Project server or Project online ?
- Delta_BenoitWILLEMSSep 05, 2024Copper ContributorI'm using Project Server
Benoit W.