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. ...
malshayeb
Sep 03, 2024Brass Contributor
If i understood the question correctly, you are looking for the work planned for each recourse on a timeline, you can find what you are looking for in the AssignmentTimephasedDataSet
- Delta_BenoitWILLEMSSep 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
- malshayebSep 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.