GET v2/reports/{reportID}/context?reportType={reportType}

Returns all necessary information to execute a JReport report via the JReport JSApi or Api.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportID

The ID of the report to run.

integer

Required

reportType

ReportType

None.

Body Parameters

None.

Response Information

Resource Description

The context needed to run a report.

IHttpActionResult

None.