Get existing reports
OK
Bad Request
Unauthorized
Internal Server Error
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": false,
- "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": false,
- "order": 4
}
]
}Add new report. All the report options, if given will have datatype as String/text.
Created
Bad Request
Unauthorized
Internal Server Error
{- "name": "Name of the report",
- "path": "Path of the report",
- "enabled": true,
- "order": 4,
- "enableProjectPicker": false,
- "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": false,
- "order": 4
}
]
}