GET api/100/table/GetRecordCount?resid={resid}&cmswhere={cmswhere}&dblinkname={dblinkname}
根据资源id获取记录数
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resid |
主表资源ID,必填项 |
integer |
Required |
| cmswhere |
子查询 |
string |
Default value is |
| dblinkname | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"System.Object": {}
}