Versions Compared

Key

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

...

Almost all resources can be called with the following parameters:

  • columns: This will limit the dataset returned to only include the columns you pass into this parameter.

  • order_by: This will return the results sorted by the column you specify.

  • limit: Limit the number of results. If you do not send a limit parameter the default limit is 100 records. The max limit is 1000 records (if you put limit=1001 or more, it will still return 1000 records so this is discouraged).

  • offset: Get more results. You can send the offset parameter to start at a set record count. If you do not send an offset parameter the default is 0 for the first record.


Resources

The list of available resources and parameters is available below

...