[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.GetInstanceById

GetInstanceById Method

GetInstanceById(string, string)

Gets the info of the report instance with the specified instance id.

Declaration
[HttpGet]
public virtual IActionResult GetInstanceById(string reportPath, string instanceId)
Parameters
Type Name Description
string reportPath

The full path of the report.

string instanceId

The id of the instance.

Returns
Type Description
IActionResult

An IActionResult type object with content of ReportExecutionInfo type object.