reports
Get existing report inputs for a templated report
get/app/v3/reports/inputs
Query parameters
templated_report_namestring required
Templated Report Name
Response
A successful operation
GetExistingReportInputsResponse required
Example response
{
"input_1": [
"value 1",
"value 2"
],
"input_2": [
"value 3",
"value 4"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.