Not signed in (Sign In)
The Intervals Forum is read-only
Please head to help.myintervals.com for help articles and guides. If you have any questions, please contact our support team.

API

limit -> nolimit

Bottom of Page

1 to 3 of 3

  1.  
  1.  

    If I want a list of, for instance, tasks and I do not want a limited list can it be done with limit=0?
    Or do I have to set an extreme high number in the limit value?

  2.  
    If you don't want a limited list, you can issue a limit=0, but if you have a high amount of records I would advice breaking it up into pages. Every request has the listcount property that holds the total amount of items in the list.
  3.  
    To clarify, putting a limit of 0 will only work when there is not a default limit specified. Most resources specify a default limit. To request a high amount of items, use a specific number.

Comments are closed.
For more Intervals help documentation, please visit help.myintervals.com