Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

Pass Menu List Filter to execute report with REST api (1 Comment)

$
0
0

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


Viewing all articles
Browse latest Browse all 2504

Trending Articles