Get existing reports
OK
Bad Request
Unauthorized
Internal Server Error
Add new report. All the report options, if given will have datatype as String/text.
Add new report.
Created
Bad Request
Unauthorized
Internal Server Error
{- "name": "Name of the report",
- "path": "Path of the report",
- "enabled": "true",
- "order": "4",
- "enableProjectPicker": "Set this property to true, if this report is applicable across more than one project.",
- "reportOptions": [
- {
- "name": "Name of the Report Parameter",
- "label": "Display Name of the Report Parameter",
- "description": "Description of the Report Parameter",
- "type": "Type of the Report Parameter",
- "defaultValue": "Default value of the Report Parameter",
- "required": "Set this property to true, if this parameter is mandatory to generate report",
- "order": "4"
}
]
}
Update existing report
Update existing report.
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "id": "1",
- "name": "Name of the report",
- "path": "Path of the report",
- "enabled": "true",
- "order": "4",
- "enableProjectPicker": "Set this property to true, if this report is applicable across more than one project.",
- "reportOptions": [
- {
- "name": "Name of the Report Parameter",
- "label": "Display Name of the Report Parameter",
- "description": "Description of the Report Parameter",
- "type": "Type of the Report Parameter",
- "defaultValue": "Default value of the Report Parameter",
- "required": "Set this property to true, if this parameter is mandatory to generate report",
- "order": "4"
}
]
}