ComponentOne Web API Edition
GetInstanceStatus Method

C1.Web.Api.Report Namespace > ReportController Class : GetInstanceStatus Method
The full path of the report.
The report instance id.
Gets the status of the report instance with specified instance id.
Syntax
'Declaration
 
<HttpGetAttribute()>
<PathRouteAttribute(Template="{*reportPath}$instances/{instanceId}/status", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)>
Public Overridable Function GetInstanceStatus( _
   ByVal reportPath As String, _
   ByVal instanceId As String _
) As IHttpActionResult
[HttpGet()]
[PathRoute(Template="{*reportPath}$instances/{instanceId}/status", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)]
public virtual IHttpActionResult GetInstanceStatus( 
   string reportPath,
   string instanceId
)

Parameters

reportPath
The full path of the report.
instanceId
The report instance id.

Return Value

See Also

Reference

ReportController Class
ReportController Members