Filter: RelationEntityCtxFilter

Filter type for RelationEntityCtx.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDRelationEntityCtxFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORRelationEntityCtxFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

assetID

Checks if asset equals a specified value.

If an index exists on asset, it can be used.

The Asset ID

asset_gtID

Checks if asset is greater than a specified value.

The Asset ID

asset_gteID

Checks if asset is greater or equal a specified value.

The Asset ID

asset_inID

Checks if asset is equal to one of the specified values.

The Asset ID

asset_ltID

Checks if asset is less than a specified value.

The Asset ID

asset_lteID

Checks if asset is less or equal a specified value.

The Asset ID

asset_notID

Checks if asset does not equal a specified value

The Asset ID

asset_not_inID

Checks if asset is not equal to one of the specified values.

The Asset ID

businessUnits_emptyBoolean

Checks if businessUnits is an empty list (true) or a non-empty list or null (false).

businessUnits_everyIDFilter

Makes sure all items in businessUnits match a certain filter.

businessUnits_noneIDFilter

Makes sure none of the items in businessUnits match a certain filter.

Note that you can specify the empty object for this filter to make sure businessUnits has no items.

businessUnits_someIDFilter

Makes sure at least one of the items in "businessUnits" matches a certain filter.

Note that you can specify the empty object for this filter to make sure businessUnits has at least one item.

products_emptyBoolean

Checks if products is an empty list (true) or a non-empty list or null (false).

products_everyIDFilter

Makes sure all items in products match a certain filter.

products_noneIDFilter

Makes sure none of the items in products match a certain filter.

Note that you can specify the empty object for this filter to make sure products has no items.

products_someIDFilter

Makes sure at least one of the items in "products" matches a certain filter.

Note that you can specify the empty object for this filter to make sure products has at least one item.


This page was generated: 2024-05-17