Hi,
I am trying to pull tasks from Project Online (WebApp) using the SharePoint Send HTTP.
I am only getting 301 rows returned. Is there a way to bypass this limit.
_api/ProjectData/Tasks/?$Select=TaskId,TaskName,TaskDuration,TaskPercentCompleted,TaskStartDate,TaskFinishDate &$filter=ProjectId eq guid'xxxxx' and Filter eq 'y' &$top=5000
Thanks
Are you getting the same 300 records over and over again?
Hey @mws
Could you please let me know how you have set up the loop? I am facing the same issue.
Got it working by setting up a loop as the api only returns 300 records.
HI @mws
Try using the native Project actions. This will make things a lot easier, and you don't need to muck around with HTTP requests.
Please let me know if you need help achieving this.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
​
Cheers
Manuel
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2