Returns objects where the specified field is greater than or equal to a value. Allows you to specify a property
to query on by a variety of means. Either field
or propertyIdentifier
must be supplied, but not both.
Name | Type | Required | Description |
---|---|---|---|
field | NotRequired[PropertyApiName] | No | |
propertyIdentifier | NotRequired[PropertyIdentifierDict] | No | |
value | PropertyValue | Yes | |
type | Literal["gte"] | Yes | None |