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.
Run a report for the given criteria.
Success
Not Found
Internal Server Error
{- "parameterList": [
- {
- "name": "exportDate",
- "dataType": "String",
- "operator": "EQUALS",
- "minValue": "0",
- "maxValue": "99999",
- "valueList": [
- "string"
]
}
]
}
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
}
]
}