GET api/dataAnalysis/getReportTypeList?reportSendId={reportSendId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportSendId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfDataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | DataTable |
None. |
|
| error | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": null,
"error": "sample string 2",
"code": 3
}