Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8833087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:41:41+00:00 2026-06-14T08:41:41+00:00

Pulling back user stories from the Rally web service v1.39 (using the .NET Rest

  • 0

Pulling back user stories from the Rally web service v1.39 (using the .NET Rest API) – I thought that setting the pagesize value would actually limit the number of records in the results collection. However that seemed to have no effect at all. Setting the Limit value does affect the number of results.

Could someone please explain what the difference is and why pagesize doesn’t do what I was expecting.

public static QueryResult GetProjectUserStories(string projectReference, int start)
{
    var restApi = GetApi();
    var pageSize = (Convert.ToInt32(WebConfigurationManager.AppSettings["RallyPageSize"]));

    var request = new Request("HierarchicalRequirement")
    {
         Fetch = new List<string>()
         {
              "Name",
              "Description",
              "FormattedID",
              "TaskEstimateTotal"
         },
         Query = new Query("Project.Name", Query.Operator.Equals, projectReference),
               PageSize = pageSize,
               Limit = pageSize,
               Start = start
         };


         var queryResult = restApi.Query(request);

         return queryResult;
}

I thought maybe this might be being translated into a “FindAll” search – but then why have a page size attribute?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T08:41:43+00:00Added an answer on June 14, 2026 at 8:41 am

    Page Size is the number of results that will be returned in each response. The WSAPI allows this to range from 1 to 200. When there are more than 200 results it must be split up into multiple pages of data. Limit is the total maximum number of results to return.

    So if you set page size to 200 and limit to 500 and there are 450 results the toolkit will make the following requests for you:

    1. PageSize=200, Start=1
    2. PageSize=200, Start=201
    3. PageSize=50, Start=401

    For a total of 450 results.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my application I'm pulling back a user's feed. This contains all of that
I am pulling back some data from the twitter query API, and parsing it
I'm about to start an iOS project that requires pulling user's data from an
I am pulling back a large amount of tabular data that I wish to
I have a call back url, that i'm am pulling out the Lat and
im pulling in images from the net, and want to manipulate them a bit
I have an ASP.NET MVC Web Application that interacts with a SQL Server 2008
Im pulling a text file - it will be input by user currently its
This goes back to my other question which I thought was sufficiently answers but
I have a geocoding function that is pulling the address values entered into a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.