[]
Gets the analysis result data.
[HttpGet]
[Route("{dataSourceKey}/analyses/{token}/result")]
public virtual IActionResult GetAnalysisResult(string dataSourceKey, string token)
Type | Name | Description |
---|---|---|
string | dataSourceKey | The data source key specifies the data. |
string | token | The key specifies the analysis instance. |
Type | Description |
---|---|
IActionResult | The analysis result data. |