Knowledge Advanced - query to restrict content by category
Summary
How to construct query in Knowledge Advanced REST API to restrict content by categoryContent
Hi there,
Am using the Knowledge Advance REST API with Postman. I want to get:
1. content by one category
2. able to restrict the number of articles I get as a result.
I have used 2 kinds of queries to retrieve this result (variables between {{..}} are parsed):
Approach 1:
https://{{hostname}}-irs.{{server}}/km/api/{{apiversion}}/content?limit=20&mode=EXTENDED&contentState=PUBLISHED&categories.refKey+eq+'RN_PRODUCT_156';
Result 1: all provided parameters are working except categories.refKey+eq+'RN_PRODUCT_156'
Approach 2 (according to this manual: REST API for Knowledge Advanced in B2C Service (oracle.com)
0