POST api/v2/reports/GenerateReportRobot?reportId={reportId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportId | integer |
Required |
Body Parameters
GenerateReportParams| Name | Description | Type | Additional information |
|---|---|---|---|
| UserDownload | boolean | ||
| IgnoreReportSizeAlert | boolean | ||
| Filters | Object | ||
| TimeZone | integer | ||
| ReportTypeId | integer | ||
| GenerationFormatId | integer |
Request Formats
application/json, text/json
Sample:
{
"UserDownload": true,
"IgnoreReportSizeAlert": true,
"Filters": {},
"TimeZone": 1,
"ReportTypeId": 1,
"GenerationFormatId": 1
}
text/html
Sample:
{"UserDownload":true,"IgnoreReportSizeAlert":true,"Filters":{},"TimeZone":1,"ReportTypeId":1,"GenerationFormatId":1}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.