GET api/Setting/JQ_ZZSB/LOG/T/Query/Ids/Top100?rzid={rzid}&sbbm={sbbm}
从服务器检索需要删除记录的ID。 清除日志时,按以下流程运行。 (1)调用本函数获取需要删除的清单; (2)调用api/Setting/JQ_ZZSB/LOG/T/Delete/ByIds执行删除 (3)转至(1)直至没有数据被检索出来。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rzid |
截止的日志ID号,小于等于此日志ID的主键将被检索。等于零表示不限。 |
integer |
Default value is 0 |
| sbbm |
特定的设备编码,空表示不限,等于,表示仅检索该设备编码对应的日志的主键。 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
从服务器检索需要删除记录的ID。 清除日志时,按以下流程运行。 (1)调用本函数获取需要删除的清单; (2)调用api/Setting/JQ_ZZSB/LOG/T/Delete/ByIds执行删除 (3)转至(1)直至没有数据被检索出来。
CommonOperationResultWithTagOfIEnumerableOfInt64| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
1,
2
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOflonguHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
<errcode>1</errcode>
<errmsg>sample string 2</errmsg>
<tag xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</tag>
</CommonOperationResultWithTagOfArrayOflonguHEDJ7Dj>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.