Hi Team,
I would like to get a List of Projects from Project Online by applying a filter.
For example
1. I can`t loop more than 300 projects.
If the flow can get more than 300 projects then apply a filter on projects to get an only the required project
so here filter on the Workflow stage
1. we have 10k records(nodes) from Project online, here I would like to get only 5k records instead of getting all the records.
I tried with the below API, i am getting all the projects, here I can`t apply the filter
_api/projectdata/Projects
Applied filter here like this
_api/ProjectServer/Projects?$select=SiteName&$filter=WorkflowStage eq 'Completed'
any help please to get sort out 1 and 2 issues here?