Request JSON Parameters

Table 1-2 Request JSON Parameters

Key Field Value
filterCriteria The filter conditions set to include a specific set of data in the report, using the defined expressions.

You can add the filter criteria in the Filter Conditions page. For more information, refer to Creating Attribute Filters for Reports

Request JSON Sample when there is no filter

{ "filterCriteria": ""}

Request JSON Sample when filter applied

{ "filterCriteria": "FCC_CANNED_STG_CASA.V_ACCOUNT_NUMBER <'10'FCC_CANNED_STG_CASA.V_ACCT_DISPLAY_NAME = 'Stuart Ferguson'"}