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