doc-exports/docs/rms/api-ref/rms_02_0004.html
zhangyue 396a19a0bc rms api 2.0.38.SP1
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: zhangyue <zhangyue164@huawei.com>
Co-committed-by: zhangyue <zhangyue164@huawei.com>
2022-11-11 13:43:48 +00:00

44 lines
3.1 KiB
HTML

<a name="rms_02_0004"></a><a name="rms_02_0004"></a>
<h1 class="topictitle1">Querying Data by Page</h1>
<div id="body231mcpsimp"><p id="rms_02_0004__p232mcpsimp">Some RMS APIs support pagination query if you add <strong id="rms_02_0004__b233mcpsimp">limit</strong> and <strong id="rms_02_0004__b234mcpsimp">marker</strong> to the request URL. The value of <strong id="rms_02_0004__b235mcpsimp">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_02_0004__table236mcpsimp" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="rms_02_0004__row244mcpsimp"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.2.5.1.1"><p id="rms_02_0004__p246mcpsimp"><strong id="rms_02_0004__b247mcpsimp">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.2.5.1.2"><p id="rms_02_0004__p249mcpsimp"><strong id="rms_02_0004__b250mcpsimp">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.2.5.1.3"><p id="rms_02_0004__p252mcpsimp"><strong id="rms_02_0004__b253mcpsimp">Mandatory</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.2.5.1.4"><p id="rms_02_0004__p255mcpsimp"><strong id="rms_02_0004__b256mcpsimp">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="rms_02_0004__row258mcpsimp"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.1 "><p id="rms_02_0004__p260mcpsimp">limit</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.2 "><p id="rms_02_0004__p262mcpsimp">Number</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.3 "><p id="rms_02_0004__p264mcpsimp">No</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.4 "><p id="rms_02_0004__p266mcpsimp">Restricts the number of records displayed on each page. If <strong id="rms_02_0004__b267mcpsimp">limit</strong> is invalid, error code 400 will be returned.</p>
</td>
</tr>
<tr id="rms_02_0004__row268mcpsimp"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.1 "><p id="rms_02_0004__p270mcpsimp">marker</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.2 "><p id="rms_02_0004__p272mcpsimp">String</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.3 "><p id="rms_02_0004__p274mcpsimp">No</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.4 "><p id="rms_02_0004__p276mcpsimp">Specifies the <strong id="rms_02_0004__b277mcpsimp">marker</strong> value returned in the last pagination query. If <strong id="rms_02_0004__b278mcpsimp">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_02_0001.html">Before You Start</a></div>
</div>
</div>