How do you limit the response fields on an api rest service using curl? While I have the response variables limited to the ones I want in the rest service it returns the entire collection, all of the fields. So what do I need to pass along to limit the collection fields that are returned?
Can you put a $select=field1,field2,field3 in the url?
Thanks!