POST VueApi/SelectReportFromList
获取报表数据 或者检查报表有效性
Request Information
URI Parameters
None.
Body Parameters
SelectReportFromListReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fid | string |
None. |
|
| jsonstr | string |
None. |
|
| fUserId | string |
None. |
|
| StorageName | string |
None. |
|
| fPage | integer |
None. |
|
| fPageSize | integer |
None. |
Request Formats
application/json, text/json
{
"fid": "sample string 1",
"jsonstr": "sample string 2",
"fUserId": "sample string 3",
"StorageName": "sample string 4",
"fPage": 5,
"fPageSize": 6
}
application/xml, text/xml
<SelectReportFromListReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue"> <StorageName>sample string 4</StorageName> <fPage>5</fPage> <fPageSize>6</fPageSize> <fUserId>sample string 3</fUserId> <fid>sample string 1</fid> <jsonstr>sample string 2</jsonstr> </SelectReportFromListReqModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
JsonResult2| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrCode | integer |
None. |
|
| ErrMsg | string |
None. |
|
| result | Object |
None. |
|
| result2 | Object |
None. |
|
| result3 | Object |
None. |
|
| result4 | Object |
None. |
|
| result5 | Object |
None. |
|
| result6 | Object |
None. |
|
| listPageData | Collection of DtData |
None. |
|
| reportChild | Collection of t_DbReportChild |
None. |
|
| collistset | Object |
None. |
|
| rptlistingStatic | Collection of t_DbReportListing |
None. |
|
| rptlistingDynamic | Collection of t_DbReportListing |
None. |
|
| headermul | Collection of t_DbReportHeaderMul |
None. |
|
| t_DbReportDynMulHeader | Collection of t_DbReportDynMulHeader |
None. |
|
| listSumData | Collection of DtSumData |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.