Inlist filter in rest api
Summary
unable to pass multiple id for inlist search filter through apiContent
Here is the code for the body of restapi call , i am unable to send multiple product or categories using inlist filter search in a report
Code Snippet
var raw = JSON.stringify({"id":reportid,"filters":[{"name":"Similar Phrases","values":similar},{"name":"Phrases","values":phrase},{"name":"Complex Expression","values":complex},{"name":"Exact Search","values":Exact},{"name":"Product Hierarchy","values":""},{"name":"Category Hierarchy","values":""}]});
Tagged:
0