Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There some parameters you can add to your call to make it more useful than the default settings.

  1. Limit

    The limit is the number of records returned per page. By default the limit is set to 100 records. You can see this at the bottom of your results when you make a call. You can change this by including &limit=X as part of your call to the API

  2. Offset
    By default, the offset is set to 0. The offset is the page of the results you are viewing. By default, the offset is set to 0. The default of 0 actually means you are on page 1 (meaning there is no offset). You can change this by using &offset=1 to move to the 2nd page, and so on.