GET api/dataAnalysis/getReportTypeList?reportSendId={reportSendId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportSendId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResultModelOfDataTable
NameDescriptionTypeAdditional 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
}