ComponentOne Web API Edition
GetDetail(String,DetailRequest) Method

C1.Web.Api.DataEngine Namespace > DataEngineController Class : GetDetail(String,DetailRequest) Method
The data source key specifies the data.
The request for the cell detail raw data.
Gets a list of objects in the raw data source that define the content of a specific cell in the output table.
Syntax
'Declaration
 
<HttpPostAttribute()>
<RouteAttribute("{dataSourceKey}")>
Public Overridable Function GetDetail( _
   ByVal dataSourceKey As String, _
   ByVal er As DetailRequest _
) As IHttpActionResult
[HttpPost()]
[Route("{dataSourceKey}")]
public virtual IHttpActionResult GetDetail( 
   string dataSourceKey,
   DetailRequest er
)

Parameters

dataSourceKey
The data source key specifies the data.
er
The request for the cell detail raw data.

Return Value

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.
See Also

Reference

DataEngineController Class
DataEngineController Members