IATI / IATI-Datastore

An open-source datastore for IATI data with RESTful web API providing XML, JSON, CSV plus ETL tools
http://datastore.iatistandard.org/
Other
1 stars 0 forks source link

Inconsistent output when offset is set in API calls #235

Closed dalepotter closed 9 years ago

dalepotter commented 9 years ago

An example of this issue can be found when performing multiple page refreshes for this URL: http://datastore.iatistandard.org/api/1/access/activity?offset=300&limit=50

This query seems to return a different result on refresh, whilst it seems the ‘offset’ property should start records at the value defined.