GET api/dataAnalysis/getReportSendSet?appid={appid}&reportSendId={reportSendId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appid | string |
Required |
|
| reportSendId | integer |
Default value is 0 |
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
}