Skip to main content

Not currently supported, this is a complex type that defines the fields that control filtering by a range of values.

Type that uses RangeValue

FilterField

Calls that use RangeValue

Not used by any calls.

Fields

Field
Type
Description
end
Specifies the end or upper limit of the range. This can be empty which equates to greater than or equal to the start or lower limit.
exclusiveEnd
Specifies whether or not the end value is to be included in the range. For example, if end was 100, and exclusiveEnd is set to 'true', the end range is < 100. If it is set to 'false', the end range is <= 100.
exclusiveStart
Specifies whether the start value is to be included in the range. For example, if start was 60, and exclusiveStart is set to 'true', the start range would be > 60. But if it is set to 'false', the start rage is >= 60.
range
If set to true, this flag indicates the filter covers a range of values.
start
Specifies the start or lower limit of the range. This can be empty which equates to lesser than or equal to the end or upper limit.