Additional conditions may be passed as query parameters. The following parameters will let you change the result set size for the list endpoints and access additional pages.

Some endpoints also have additional parameters as documented below.

If you don't know the exact value, you can use the following modifier suffixes in your queries by appending them to the parameter name.

For example, this query would find all of the events occurring between May 15 and May 20, 2011:

 

 

/v9/events?occurs_at.gte=2011-05-15&occurs_at.lt=2011-05-20