Int32Range

Defines a range filter with lower and upper bounds.

  • from
    Type: integer Format: int32

    Lower bound, inclusive. Omit for no lower bound. To match one exact value, set from and to to the same number.

  • to
    Type: integer Format: int32

    Upper bound, inclusive. Omit for no upper bound.