
Announcements
Hi Team,
1: Question
I need to get the list of only the required projects instead of getting all from the project center template (SharePoint Online project center)
When I try to apply the filter I am getting the below error
from the below URI I can get the required field to apply a filter. but here I need Project ID. Instead of getting all the project's ID, I need to apply a filter and then get Filter projects.
_api/projectdata/Projects(guid'67eaba3b-2a31-ec11-a000-00155d083f0e')
2: Question.
The SharePoint HTTP request is getting only 300 records using the below request. is there any way to get more than 300 sites
_api/projectdata/Projects
how to get more than 300 records and apply filter(SharePoint HTTP call)
Your reply with assistance would be really appreciated.