index
Posted by DrMiaow on November 20, 2012 at 1:41am
Took me hours to locate this information.
If you want to use the 'index' operation in services, it takes only three parameters
page (the page number)
fields (the fields to include).
parameters (the actual parameters) - these are passed directly into the query, so these need to be node record field names.
eg:
/api/test/rest/node?fields=nid,title¶meters[type]=playlist&page=1
Read more