Hi Team, I’m experiencing an issue when running the advanced search NERM API for the dropdown attribute with the following payload:
{
“advanced_search”: {
“label”: “string”,
“condition_rules_attributes”: [
{
“type”: “ProfileTypeRule”,
“comparison_operator”: “==”,
“value”: “<>”
},
{
“type”: “ProfileStatusRule”,
“comparison_operator”: “==”,
“value”: “Active”
},
{
“type”: “ProfileAttributeRule”,
“condition_object_type”: “DropDownAttribute”,
“condition_object_id”: “<>”,
“comparison_operator”: “==”,
“value”: “XYZ”
}
]
}
}
I’m getting zero profiles as the output. Could you help me understand this API call for the dropdown attribute?