POST Reports/Logs/{reportID}

Logs in our Log DB all necessary information about a JReport Report execution.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportID

The ID of the report.

integer

Required

Body Parameters

ReportContextLogDTO
NameDescriptionTypeAdditional information
User

User

None.

Parameters

Collection of ReportParameterLogDTO

None.

ServerBaseUrl

string

None.

AuthorizedUser

string

None.

ReportName

string

None.

ReportDescription

string

None.

ReportPath

string

None.

CatalogPath

string

None.

ReportType

ReportType

None.

Parameters

Collection of ReportParameterDTO

None.

Response Information

Resource Description

The context/parameters/values used to run the report.

IHttpActionResult

None.