Get the project data from project online 2016

Copper Contributor

We have a requirement to update the data in one of our applications from MS-Project online 2016.

 

How do I connect to Project online (https://efi365.sharepoint.com/sites/pwa/) and pull/GET (programmatic approach) the project data from MS-Project online 2016 using Powershell/Java?

I am new to Office 365 apps.

1 Reply
There is a CSOM API for Project Online that you could use in PowerShell: https://msdn.microsoft.com/en-us/library/office/mt787164.aspx in this same page you can find information about the REST API that could be potentially used from a Java application