[]
        
(Showing Draft Content)

C1.Web.Api.DataEngine.DataEngineController.GetRawData

GetRawData Method

GetRawData(string, int?, int?)

Gets the raw data.

Declaration
public virtual IHttpActionResult GetRawData(string dataSourceKey, int? skip = null, int? top = null)
Parameters
Type Name Description
string dataSourceKey

The data source key specifies the data.

int? skip

A number value which is used to exclude the first n entities. n is specified by this value

int? top

A number value which indicates the count of the data requested.

Returns
Type Description
IHttpActionResult

The raw data and the total count of all the raw data.