Module requests getRecords order

Module requests getRecords order

Hello,

My end goal is to get from the API the requests created in the last 14 days (for example)
  1.  http://support.zoho.com/api/xml/requests/getrecords

Is there any way to sort the results by a specific field (in this case Creation Time)?

When we do a simple request I can't understand the order of the requests returned. 
Since I don't understand the order the requests are returned and we have more than 200 results
the only solution I see so far is to try to get all data (changing the index) and then only filter the ones created in the last
14 days. This off course is a very expensive operation. 

Thanks 

Pedro