I am playing with new REST API. I have enabled the rest API in one of my projects.
I can currently get a list of all records using action=list and a single record using action=view.
I would like to get a partial (or filtered) list. I attempted to include field=... but it is ignored. I tried with the key field (to see if one record would be returned) editid1=... on the list request, but it too is ignored.
Is there any way to accomplish this?
Thanks!
I can currently get a list of all records using action=list and a single record using action=view.
I would like to get a partial (or filtered) list. I attempted to include field=... but it is ignored. I tried with the key field (to see if one record would be returned) editid1=... on the list request, but it too is ignored.
Is there any way to accomplish this?
Thanks!