|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Nestable search conditions for constructing queries. |
||
| Field |
string |
Required. The field name. For supported fields, see Supported fields and operators. |
Size |
| Value |
string |
The field value. Invalid when Operation is set to and, or, not, or nested. |
10 |
| Operation |
string |
Required. The operator. Enumerated values:
|
and |
| SubQueries |
array |
The subquery structure. Subquery conditions are available only when Operation is set to and, or, not, or nested. When Operation is set to and, or, or not, all SubQueries conditions must follow the logical relationship of the parent query. When Operation is set to nested, the parent field must be of the ARRAY type, such as Labels. The subquery operator must be one or more of the following: and, or, or not, and the subquery field must be a sub-field of the parent field. For more information, see SimpleQuery. |
|
| SimpleQuery |
The subquery condition. |