# C1.Web.Api.DataEngine.DataEngineController.GetDetail

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Api_DataEngine_DataEngineController_GetDetail_" data-uid="C1.Web.Api.DataEngine.DataEngineController.GetDetail*">GetDetail Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Api_DataEngine_DataEngineController_GetDetail_" data-uid="C1.Web.Api.DataEngine.DataEngineController.GetDetail*"></a>
<h4 id="C1_Web_Api_DataEngine_DataEngineController_GetDetail_System_String_C1_Web_Api_DataEngine_Models_DetailRequest_" data-uid="C1.Web.Api.DataEngine.DataEngineController.GetDetail(System.String,C1.Web.Api.DataEngine.Models.DetailRequest)">GetDetail(string, DetailRequest)</h4>
<div class="markdown level1 summary"><p>Gets a list of objects in the raw data source that define the content
of a specific cell in the output table.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual IHttpActionResult GetDetail(string dataSourceKey, DetailRequest er)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function GetDetail(dataSourceKey As String, er As DetailRequest) As IHttpActionResult</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">dataSourceKey</span></td>
      <td><p>The data source key specifies the data.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Web.Api.DataEngine.Models.DetailRequest.html">DetailRequest</a></td>
      <td><span class="parametername">er</span></td>
      <td><p>The request for the cell detail raw data.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">IHttpActionResult</span></td>
      <td><p>The raw data which the cell includes and the total count of the cell raw data.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Web_Api_DataEngine_DataEngineController_GetDetail_System_String_C1_Web_Api_DataEngine_Models_DetailRequest__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Now only the DataEngine data and the in-memory data support this action. The cube data doesn't support it.</p>
</div>
</div>
