Topic by SAJI MATHEW
Hi Team,
I would like to know how we can pass the menu list filter to REST api to execute the analytics report.
I have created an answer report and I want to get all the private answers, for that I made answer status as the filter. How can I pass this filter to REST api
I tried below messages as body
{ "id" : 100336,
"filters" :[ { "name" : "status1" , "values":"Private" }]
}
______________________________________
{ "id" : 100336,
"filters" :[ { "name" : "status1" , "values":["Private"] }]
}
_________________________________________
{ "id" : 100336,
"filters" :[ { "name" : "status1" , "values":[{ "lookupName" : "Private"}] }]
}
Please guide me on this
Thanks,
SAJI