# C1.Web.Api.Report.ReportController.GetCatalogInfo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Api_Report_ReportController_GetCatalogInfo_" data-uid="C1.Web.Api.Report.ReportController.GetCatalogInfo*">GetCatalogInfo Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Api_Report_ReportController_GetCatalogInfo_" data-uid="C1.Web.Api.Report.ReportController.GetCatalogInfo*"></a>
<h4 id="C1_Web_Api_Report_ReportController_GetCatalogInfo_System_String_System_Boolean_" data-uid="C1.Web.Api.Report.ReportController.GetCatalogInfo(System.String,System.Boolean)">GetCatalogInfo(string, bool)</h4>
<div class="markdown level1 summary"><p>Gets the catalog info of the specified path.</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 GetCatalogInfo(string path, bool recursive = false)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function GetCatalogInfo(path As String, Optional recursive As Boolean = False) 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">path</span></td>
      <td><p>The folder path or report path.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">recursive</span></td>
      <td><p>Whether to return the entire tree of child items below the specified item.</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>An <span class="xref">System.Web.Http.IHttpActionResult</span> type object with content of <a class="xref" href="C1.Web.Api.Report.Models.CatalogItem.html">CatalogItem</a> type object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
