SearchRequestWhereEquals
{
"operator": "equals",
"property": "name",
"value": "My topic name"
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
operator | string | true | none | The search operator. |
property | string | true | none | The property to run the comparison on. |
value | string | true | none | The value to compare against. |