POST api/v2/reports/GenerateReport?reportId={reportId}

Request

URI Parameters

NameDescriptionTypeAdditional information
reportId

integer

Required

Body Parameters

GenerateReportParams
NameDescriptionTypeAdditional 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

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.