IntRange
Type to be used for comparisons on Integer
type fields
Input Fields
from (
Int
)
Integer
for identifying records more or equal to the given number. If this field is not passed in the request, the response will contain all records from the beginning till the to
number.
to (
Int
)
Integer
for identifying records less or equal to the given number. If this field is not passed in the request, the response will contain all records after the from
number.