[]
Gets all the fields information defined in the data.
[HttpGet]
[Route("{dataSourceKey}/fields")]
public virtual IActionResult GetFields(string dataSourceKey)
<HttpGet>
<Route("{dataSourceKey}/fields")>
Public Overridable Function GetFields(dataSourceKey As String) As IActionResult
| Type | Name | Description |
|---|---|---|
| string | dataSourceKey | The data source key specifies the data. |
| Type | Description |
|---|---|
| IActionResult | The field list and the total data count. |