All Products
Search
Document Center

Intelligent Media Management:SimpleQuery

Last Updated:Aug 28, 2026

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:

  • exist: exists query.

  • not: logical NOT.

  • or: logical OR.

  • prefix: prefix query.

  • and: logical AND.

  • It: less than.

  • match-phrase: string match query.

  • gte: greater than or equal to.

  • eq: equal to.

  • lte: less than or equal to.

  • gt: greater than.

  • nested: performs logical condition queries within the same object for ARRAY-type fields.

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.