Hi guys,
According to the product documentation, it´s possible to add filters when obtaining the content of a dataset:
https://knowage.docs.apiary.io/#reference/0/the-dataset-content/return-the-dataset's-content
It accepts a list of multiple query parameters, name1=value1&name2=value2&...&nameN=valueN.
I have tried several ways but have not been able to filter the results. Has anyone managed to do it or have an example to share? Is it necessary to enable or configure something in the server/API to be able to do it?