SerializedQueryParameters
Represents the serialized query parameters used for item finding.
Properties
attributes?
optionalattributes:object
An optional object containing attribute-based queries.
aggregation?
optionalaggregation:"inclusive"|"exclusive"
Specifies the aggregation type for attributes, either "exclusive" or "inclusive".
queries
queries:
SerializedQueryAttribute[]
An array of serialized query attributes used for filtering.
categories?
optionalcategories:string[]
An optional array of category strings to filter items.
relation?
optionalrelation:object
An optional object defining a relational query.
name
name:
string
The name of the relation.
query?
optionalquery:SerializedQueryParameters
An optional nested query of type SerializedQueryParameters.