How to set Category filter in analyticsReportResults using Connect REST API ?
Summary
How to set Category filter in analyticsReportResults using Connect REST API in POSTMANContent
Hi all,
I am trying to run a report with these columns:
"columnNames": [
"Reference #",
"Date Created",
"Subject",
"Status",
"Category ID",
"Category Hierarchy"
]
The Body of the request is :
{
"lookupName":"IncidentReportIVR",
"filters":
{
"name":"AgreementNumber",
"values": "XXXXXXXXXXXX"
}
}
Here in the body i want to add another Filter such as Category ID, How can I do so???
Thanks in advance.
-Lakshay
Version
Oracle service cloud version 19A and customer portal framework v3.70