Start New Discussion!

Welcome to the Wufoo forums!

Here you can browse around to find answers to questions you may have. Or, click the button to the right to start a new discussion.

API Paging Bug?

  • michaelespinosamichaelespinosa November 2011
    I having issues using the paging method of the api (http://www.wufoo.com/docs/api/v3/entries/get/#paging). According to the docs
    pageStart=0&pageSize=25

    should return the first 25 (1-25) entries and

    pageStart=1&pageSize=25

    should return the next 25 (26-50). But what I get is

    pageStart=0&pageSize=25

    returns the first 25 (1-25 -- that's good) entries and

    pageStart=1&pageSize=25

    returns (2-26 -- is that right?).

    From the docs
    =========
    pageStart - The page number you’d like to start from.
    pageSize - The number of entries returned in your page

    It seems that pageStart is actually just a offset.

    Am I doing this wrong?
  • michaelespinosamichaelespinosa November 2011
    Quick follow-up from the great Wufoo support team confirmed it to be a documentation error. So to be clear the documentation should read...

    pageStart - entry number you'd like to start from (entry offset)

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Join the Forums!

In this Discussion

Documentation

How to use Wufoo and all of Wufoo's features are documented in our official documentation.

Go to Docs

Support

Not finding what you need in the forums or the documentation? You can submit a support request.

Go to Support