Get Report Parameters

Use this API to fetch all the parameters which is linked to the report , which is required for the execution of the report.

Behaviour: A successful response from this API indicates that all parameters were successfully retrieved.

The response contains the details of the each of the parameters including the data type of the particular parameter.

ColumnHeaders in the response is an array of objects. Each object represents a column in the report and defines various attributes of that column (such as the column's name, data type, whether it's nullable, etc.).

Each object of the row is an object containing a row property. The row property is an array where each value corresponds to a column defined in the columnHeaders array.

If the parameter select type(parameter_displaytype) in the response is select, You can call the Run Reports to get all the options avaialble for that particular parameter.

Query Params
boolean
required

This indicates that this a request to get the parameters associated with all the reports.

string
enum
required
Defaults to true

This indicates whether we need to respond in a generic way which includes details of each key (columns) and associated data in the rows.

Allowed:
string
required
Defaults to %27Client+Risk+Rating%27

This indicates the report name.

Headers
string
required

The ID of your banking instance visible in the MBANQ Console.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json