Hello how can we achieve the following behavior:
in OTCS we have the url below that provides us a list of nodes together with metadata and categories:
<serverurl>/api/v2/nodes/<nodeId>/nodes?fields=properties&fields=categories
There is a possibility to filter the properties like here :
<serverurl>/api/v2/nodes/<nodeId>/nodes?fields=categories&fields=properties{id,name,modify_date,create_date,owner,description,mime_type}
we tried to play with categories as with properties but the sample below doesn't work as we expect
<serverurl>/api/v2/nodes/<nodeId>/nodes?fields=categories{category_id}&fields=properties{id,name}
now the main question is below:
can we extract only the required categories/categories attributes as we can do with properties, or maybe there is another approach with OTCS REST API?
This is needed because returning all category values impacts the performance of the node obtaining.
Thanks and regards,
Evghenii