Newer Version Available

This content describes an older version of this product. View Latest

Search Data Category Input

Data category input for object search.
JSON example
1{
2  "groupName": "Renewals",
3  "operator": "Below",
4  "categories": [
5    "Deal_Progression_Stage"
6  ]
7}
Properties
Name Type Description Required or Optional Available Version
groupName String Name of the data category group to filter. Optional 63.0
operator String Data category operator. Values are:
  • Above—Queries the data category and all of its parent categories.
  • AboveOrBelow—Queries the data category, all of its parent categories, and all of its subcategories.
  • At—Queries the data category.
  • Below—Queries the data category and all of its subcategories.
Optional 63.0
categories String[] List of the data category names to filter. Optional 63.0