Rally Rest API Query Project not returning all Projects -


I have been using this function for some time, but it has recently broken. When I ask for all the projects, I do not get all this. Some are parents and there are some child projects and all projects are open in the workspace. When I use the example of the rally, but I do not get it with Netscape, then I get it all. I do not see any difference between the projects, which will not be visible in my query. I am using Ver 1.43 but it is similar in Ver 2.0.

  Request Requests = New Request ("Project"); // Stackor Reich Fetch = Fetch: Get a list of fetch items from ListFrostrest (typef (Strict_proffectField)); // Query query query protected qr = restAPI.Query (req);   

thanks

If you request? You can eventually exceed the maximum page size and therefore all projects may not return.

  req.Limit = 1000;    

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

objective c - how Set autolayout for multiple dynamic buttons and labells in iOS? -