[]
Gets the analysis information.
[HttpGet]
[Route("{dataSourceKey}/analyses/{token}")]
public virtual IActionResult GetAnalysis(string dataSourceKey, string token)
<HttpGet>
<Route("{dataSourceKey}/analyses/{token}")>
Public Overridable Function GetAnalysis(dataSourceKey As String, token As String) As IActionResult
| 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 information. |