POST Reports/Logs/{reportID}
Logs in our Log DB all necessary information about a JReport Report execution.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
reportID |
The ID of the report. |
integer |
Required |
Body Parameters
ReportContextLogDTOName | Description | Type | Additional 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.
IHttpActionResultNone.