The Report Service provides the ability to get the list of available reports, get the metadata (including query parameters) for a report, and executing a report to get the PDF output.
Retrieve the available report parameters.
Success
Not found
Internal Server Error
{- "queryPath": "Business Units",
- "parameterDefs": [
- {
- "name": "importDate",
- "description": "Date the transaction was imported",
- "dataType": "String",
- "validValues": [
- "string"
], - "required": "true",
- "validOperators": [
- "N/A"
], - "defaultOperator": "=",
- "defaultMinValue": "-1bod",
- "defaultMaxValue": "+1eod",
- "minValidValue": "0",
- "maxValidValue": "9999999.99",
- "maxValidRange": 30
}
]
}