Forum Discussion
vicenteoliveirau4
Nov 15, 2021Copper Contributor
Project Online REST API
Hi all. I'm currently working on an integration with Project Online using a low code/no code product (that is capable of doing HTTP requests) and Project Online REST API using OAUth client credential...
NeilS2926
Feb 11, 2022Copper Contributor
Identifies what (if any) needs to be configured on Project Online --> Just a checkbox in Resource security group to enable OData (Reporting Services)
- Identifies what (if any) needs to be configured on SharePoint -- nothing
Identifies the steps to get the OAuth token to interact with Project Online REST API- you have multiple options here. if you can provide service account details i.e. password. also you can go for app password. and considering it's no code. you will have to work with token. for that you will have to create Azure App. and then retrieve the token. which will allow you to retrieve project online data. you can also explore graph api.
Hope this will point you to some direction.
- Identifies what (if any) needs to be configured on SharePoint -- nothing
Identifies the steps to get the OAuth token to interact with Project Online REST API- you have multiple options here. if you can provide service account details i.e. password. also you can go for app password. and considering it's no code. you will have to work with token. for that you will have to create Azure App. and then retrieve the token. which will allow you to retrieve project online data. you can also explore graph api.
Hope this will point you to some direction.
vicenteoliveirau4
Feb 11, 2022Copper Contributor
Thank you NeilS2926 the team has this subject on hold at the moment but I'm sure your reply will help when we get back to it.