Check the report data
|
POST api/2.0/project/report/create
|
Checks the report data by the URI specified in the request.
|
Create a report template
|
POST api/2.0/project/report
|
Creates a project report template with the parameters specified in the request. Most of the parameters are optional and depend on the report type selected.
|
Delete a report template
|
DELETE api/2.0/project/report/{reportid}
|
Deletes a project report template with the ID specified in the request.
|
Get a report status
|
GET api/2.0/project/report/status
|
Returns a report status.
|
Get a report template
|
GET api/2.0/project/report/{reportid}
|
Returns a project report template with the ID specified in the request.
|
Get generated reports
|
GET api/2.0/project/report/files
|
Returns the generated report files.
|
Remove the generated report
|
DELETE api/2.0/project/report/files/{fileid}
|
Removes the generated report file with the ID specified in the request.
|
Terminate the reporting process
|
GET api/2.0/project/report/terminate
|
Terminates the reporting process.
|
Update a report template
|
PUT api/2.0/project/report/{reportid}
|
Updates the selected project report template with the parameters specified in the request.
|