[]
        
(Showing Draft Content)

C1.Web.Api.DataEngine.DataEngineController.GetDetail

GetDetail Method

GetDetail(string, DetailRequest)

Gets a list of objects in the raw data source that define the content of a specific cell in the output table.

Declaration
public virtual IHttpActionResult GetDetail(string dataSourceKey, DetailRequest er)
Parameters
Type Name Description
string dataSourceKey

The data source key specifies the data.

DetailRequest er

The request for the cell detail raw data.

Returns
Type Description
IHttpActionResult

The raw data which the cell includes and the total count of the cell raw data.

Remarks

Now only the DataEngine data and the in-memory data support this action. The cube data doesn't support it.