Content Server Rest API (2.0.0) Add Category attibutes to search results

I am using the Rest API (2.0.0) to search for nodes in Content Server using the endpoint /v2/search.

I got the search working using the where statement to search for a specific value in a category attribute.

where = OTSubType:144 AND OTDCategory:7941 AND Attr_7941_7:000000019

The default response doesn't contain any information (attributes) regarding categories related to the node. Is it possible to return the atrribute values of the categories in the response? Perhaps using the select statement and does anyone have an example.

Any help is very much appreciated.

Comments