Batch device information
<p><strong>Brief Description:</strong></p>
<ul>
<li>Retrieve basic information of devices in bulk based on device type and device SN. The data returned by the interface will only include devices that the key token has permission to access. Information about devices without permission will not be returned.</li>
<li><code>Device type refers to the deviceType parameter in the Get Device List interface.</code></li>
</ul>
<p><strong>Request URL:</strong></p>
<ul>
<li><code>https://openapi.growatt.com/v4/new-api/queryDeviceInfo</code></li>
</ul>
<p><strong>Request Method:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>Content-Type:</strong></p>
<ul>
<li>application/x-www-form-urlencoded</li>
</ul>
<p><strong>HTTP Header Parameters and Descriptions:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">Parameter Name</th>
<th style="text-align: left;">Required</th>
<th style="text-align: left;">Type</th>
<th style="text-align: left;">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">Yes</td>
<td style="text-align: left;">String</td>
<td style="text-align: left;">Key token</td>
</tr>
</tbody>
</table>
<p><strong>HTTP Body Parameters and Descriptions:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">Parameter Name</th>
<th style="text-align: left;">Required</th>
<th style="text-align: left;">Type</th>
<th style="text-align: left;">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">deviceSn</td>
<td style="text-align: left;">Yes</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">Device SN (comma-separated list of device SNs), example: xxxxxxx,xxxxxxx,xxxxxxx (up to 100)</td>
</tr>
<tr>
<td style="text-align: left;">deviceType</td>
<td style="text-align: left;">Yes</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">[Device Type](<a href="https://www.showdoc.com.cn/p/b42ee029e131c68c4dbfdd89285c0ec1">https://www.showdoc.com.cn/p/b42ee029e131c68c4dbfdd89285c0ec1</a> "Device Type")</td>
</tr>
</tbody>
</table>
<p><strong>Example Call</strong></p>
<pre><code class="language-json">{
&quot;deviceSn&quot;: &quot;FDCJQ00003,FDCJQ00002&quot;,
&quot;deviceType&quot;: &quot;min&quot;
}</code></pre>
<p><strong>Example Response</strong></p>
<p>inv: <a href="https://www.showdoc.com.cn/2540838290984246/11292916280672808">https://www.showdoc.com.cn/2540838290984246/11292916280672808</a>
storage: <a href="https://www.showdoc.com.cn/2540838290984246/11292917862205677">https://www.showdoc.com.cn/2540838290984246/11292917862205677</a>
sph: <a href="https://www.showdoc.com.cn/2540838290984246/11292921698309783">https://www.showdoc.com.cn/2540838290984246/11292921698309783</a>
max: <a href="https://www.showdoc.com.cn/2540838290984246/11292919260348864">https://www.showdoc.com.cn/2540838290984246/11292919260348864</a>
spa: <a href="https://www.showdoc.com.cn/2540838290984246/11292923430103270">https://www.showdoc.com.cn/2540838290984246/11292923430103270</a>
min: <a href="https://www.showdoc.com.cn/2540838290984246/11292925501705236">https://www.showdoc.com.cn/2540838290984246/11292925501705236</a>
wit: <a href="https://www.showdoc.com.cn/2540838290984246/11292927244927496">https://www.showdoc.com.cn/2540838290984246/11292927244927496</a>
sph-s: <a href="https://www.showdoc.com.cn/2540838290984246/11292929153206911">https://www.showdoc.com.cn/2540838290984246/11292929153206911</a>
noah:<a href="https://www.showdoc.com.cn/2540838290984246/11315140426110613">https://www.showdoc.com.cn/2540838290984246/11315140426110613</a></p>
<p><strong>Notes</strong></p>
<ul>
<li>The retrieval frequency is once every 5 minutes.</li>
</ul>