{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AmountRange",
"title": "AmountRange",
"properties": {
"fromAmount": {
"minimum": 0,
"type": "number",
"description": "For a View, fromAmount is used to fetch aggregated transactions where the posted transaction amount is equal to or greater than the fromAmount.
Example: if fromAmount=100.00 in the View Rule and User calls GET /views/{viewId}/transactions API then only those User transactions will be returned in response, whose Transaction Amount >= $100
Note- Currently AmountRange fields are only supported for 'include' View Rules and not supported for 'exclude' View Rules
Endpoints -