doc-exports/docs/config/api-ref/rms_01_0600.html
Wei, Hongmin da6ca4fb3c Config API First Version
Reviewed-by: Ziuzko, Alevtina <alevtina.ziuzko@t-systems.com>
Co-authored-by: Wei, Hongmin <weihongmin1@huawei.com>
Co-committed-by: Wei, Hongmin <weihongmin1@huawei.com>
2024-08-22 10:49:27 +00:00

44 lines
3.0 KiB
HTML

<a name="rms_01_0600"></a><a name="rms_01_0600"></a>
<h1 class="topictitle1">Querying Data by Page</h1>
<div id="body1604041306885"><p id="rms_01_0600__p8060118">Some Config APIs support pagination query if you add <strong id="rms_01_0600__b12944155572715">limit</strong> and <strong id="rms_01_0600__b18642559122719">marker</strong> to the request URL. The value of <strong id="rms_01_0600__b0415195919292">marker</strong> must be the same as that returned in the last pagination query.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="rms_01_0600__table3567165824919" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Config parameter description</caption><thead align="left"><tr id="rms_01_0600__row35671358144911"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.2.5.1.1"><p id="rms_01_0600__p456755814491">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.2.5.1.2"><p id="rms_01_0600__p1567858164918">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.2.5.1.3"><p id="rms_01_0600__p4567125844913">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.2.5.1.4"><p id="rms_01_0600__p1556725884918">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="rms_01_0600__row8567165810498"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.1 "><p id="rms_01_0600__p10567458194910">limit</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.2 "><p id="rms_01_0600__p6567358134912">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.3 "><p id="rms_01_0600__p556795810492">No</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.4 "><p id="rms_01_0600__p1256735820490">Restricts the number of records displayed on each page. If <strong id="rms_01_0600__b12606316319">limit</strong> is invalid, error code 400 will be returned.</p>
</td>
</tr>
<tr id="rms_01_0600__row135671858154914"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.1 "><p id="rms_01_0600__p5567145811492">marker</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.2 "><p id="rms_01_0600__p1956725814915">String</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.3 "><p id="rms_01_0600__p19567458164910">No</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.4 "><p id="rms_01_0600__p115677584495">Specifies the <strong id="rms_01_0600__b14653659163616">marker</strong> value returned in the last pagination query. If <strong id="rms_01_0600__b16356104324119">marker</strong> is invalid, error code 400 will be returned.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rms_01_0000.html">Before You Start</a></div>
</div>
</div>