Forum

[SOLVED] API extens...
 
Notifications
Clear all

[SOLVED] API extension to fetch planned work

4 Posts
2 Users
0 Reactions
2,742 Views
 Dan
(@caccia)
Posts: 340
Contributor
Topic starter
 
[#8858]

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


 
Posted : 11 Apr 2023 14H39
 Dan
(@caccia)
Posts: 340
Contributor
Topic starter
 

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.


 
Posted : 14 Apr 2023 12H30
(@babynus)
Posts: 14952
Member Admin
 

You should be able to request for object PlannedWork


 
Posted : 20 Apr 2023 18H50
 Dan
(@caccia)
Posts: 340
Contributor
Topic starter
 

My apologies, I wasn't aware that capital letters in the Query ("PlannedWork") are important.
Yes, it works fine like that, terriffic !! 


 
Posted : 20 Apr 2023 19H11
Share:

Scroll to Top