GET api/projectReport/getReportModule?limitBindId={limitBindId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| limitBindId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfReportModuleBind| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | ReportModuleBind |
None. |
|
| error | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {
"backcolor": "sample string 1",
"reportModules": [
{
"moduleName": "sample string 1",
"moduleCaption": "sample string 2",
"isShow": true,
"moduleBIndId": 4,
"columnList": [
{},
{}
]
},
{
"moduleName": "sample string 1",
"moduleCaption": "sample string 2",
"isShow": true,
"moduleBIndId": 4,
"columnList": [
{},
{}
]
}
]
},
"error": "sample string 2",
"code": 3
}