Hi All,
I have a question on using the "fields" parameter on a REST call to the CS API. I've been using Postman to test the results from different GET calls to the API for nodes. When I try to filter out the list of fields I want returned I get nothing. Is this functionality actually enabled or am I just be doing something wrong.
We are CS 10.5 SP1 update 2016-09.
I'm passing the fields parameter as part of the query string such as this:
/api/v1/nodes/{id}/nodes?fields=id,name,create_date
but that returns nothing...if I remove the fields parameter I get all nodes under the specified node id.
Thanks