Hi,<div><br></div><div>[ I'm new to the list, so maybe this question should go to the devel one, please tell me if you want me to post my question there. ]</div><div><br></div><div>I'm currently trying to integrate RT 3.8.8 with other web based tools, and for this I use the REST API and . It's not complete but for specific needs, I accept to do some ugly scrapping (for instance: retrieving the possible values of a custom field). </div>

<div><br></div><div>Here's my question : I'd like to know if there's a way to paginate results, e.g. define a limit and an offset when I search tickets so that I don't get too many results returned. A limit alone would be fine too. We have a pretty large ticket base (> 200k tickets), and I would like to retrieve only the few last tickets corresponding to a given Ticket-SQL query. As far as I know, limit/offset is not part of the Ticket-SQL language. And the "RowsPerPage" option used in the web interface doesn't work on the REST API.</div>

<div><br></div><div>Thanks for any help,</div><div>-- </div><div>Jean-Baptiste Barth</div><div><br></div><div>PS: bonus point if you give me a pointer to an other documentation than <a href="http://requesttracker.wikia.com/wiki/REST">http://requesttracker.wikia.com/wiki/REST</a></div>

<div><br></div><div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8">