ComponentOne Web API Edition
GetAnalysis(String,String) Method

C1.Web.Api.DataEngine Namespace > DataEngineController Class : GetAnalysis(String,String) Method
The data source key specifies the data.
The key specifies the analysis instance.
Gets the analysis information.
Syntax
'Declaration
 
<RouteAttribute("{dataSourceKey}/analyses/{token}")>
<HttpGetAttribute()>
Public Overridable Function GetAnalysis( _
   ByVal dataSourceKey As String, _
   ByVal token As String _
) As IHttpActionResult
[Route("{dataSourceKey}/analyses/{token}")]
[HttpGet()]
public virtual IHttpActionResult GetAnalysis( 
   string dataSourceKey,
   string token
)

Parameters

dataSourceKey
The data source key specifies the data.
token
The key specifies the analysis instance.

Return Value

The analysis result information.
See Also

Reference

DataEngineController Class
DataEngineController Members