Forum Discussion
Asim_H
Aug 09, 2021Copper Contributor
PWA O365: Accessing data in Custom data field using OData
In my MS Project file (Project Web App https://environmentnswgov.sharepoint.com/sites/space/Electricity[Program Name]/) I can read the list of custom fields using PowerBI ODataFeed. The PowerBI (Powe...
Asim_H
Aug 10, 2021Copper Contributor
Thanks Paul_Mather . I'm not sure what is the difference between the ProjectServer vs. ProjectData but I can't get the list of custom fields using the ProjectServer.
Anyway, I'm already using those end points that you mentioned. As noted in my original post, the issue is really with getting the values of custom fields linked to the Tasks (I..e added columns in the schedule). That's where some example or documentation of the ODATA for PWAs would be helpful.
Paul_Mather
Aug 10, 2021MVP
Hello Asim_H ,
/ProjectServer is the CRUD API whereas the /ProjectData API is the read / reporting API. Are you just reading data or wanting to update it?
Paul