How to get Projectarea members "I want to get divided by Membercount = 100"
Hello
I am trying to get Projectarea Member.
I know the HTTP-URI to use.
example
https://clmserver/ccm/process/project-areas/_AXAfsLP9CeOhFtqShR2rzg/members
But, when I try to acquire more than 3000 members, I will time out.
So, I would like to set parameters to acquire 100 people at a time.
Please tell me how to do it
like to
"?searchTerm=%25&pageSize=50&pageNum=0"
Accepted answer
One other answer
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi#GET_members_collection
We changed it to processing to acquire by dividing 100 cases at a time.
As a result, it never times out.
However, since the retention period of NextPage is only two minutes, it was impossible to divide the number of people to more than 100 people.
Ultimately, processing time has become very long.