Hello,
I am trying to use the Projeqtor API to fetch planned work for a project / resource, in order to automate data extraction for some customized capacity planning dashboard.
I am able to get Left Work on Assignments, which gives some information, but I havent' found how to fetch information related to which date the remaining work is planned on.
Is it possible to allow fetching "planned work" by using the API ?
Thanks
Extra note after digging a bit more into it :
to be more precise , the info that I find missing is the corresponding fields that we get from calling /api/Work/ :
"work": "1.00000",
"workDate": "2022-02-14",
If we can get the work + workDate for "Left work" and not only for "Real Work", then we do have enough information for our planning needs.
You should be able to request for object PlannedWork
My apologies, I wasn't aware that capital letters in the Query ("PlannedWork") are important.
Yes, it works fine like that, terriffic !! ![]()