REST API question
REST API question
Hi and thanks for the wonderful apps you create!
I'm using the REST API to fetch some data in an external application.
To be more specific, I use this:
http://creator.zoho.com/api/xml/<applicationName>/<formName>;/
view/matchall/<criteriaString>/apikey=<API Key>&limit=1&startindex=1
The problem is that when the <criteriaString> matches more than one record, the last one is displayed. But I want to display the one that matches a specific condition, based on another field. For example, the entry that has the maximum score, not the last one.
Can this be done? Sorting the form doesn't fix this.
Thanks!