Get Report Parameters
GET
/core/reporting/parameters/{reportTypeId}
Request Parameters
Field Name | Type | Description |
---|---|---|
reportTypeId | integer | The unique identifier of the report type for which parameters are being retrieved. |
Response Fields
Field Name | Description |
---|---|
id | The unique identifier of the report parameter. |
name | The name of the report parameter. |
parameterType | The type of the parameter (e.g., DATE , ARRAY , MULTISELECT_ARRAY , TEXT ). |
order | The sequence in which the parameter should be displayed. |
required | Indicates whether the parameter is mandatory (true ) or optional (false ). |
options | A list of selectable values for type ARRAY or MULTISELECT_ARRAY parameters. |
Request
Path Params
reportTypeId
string
required
Example:
1