GET api/dataAnalysis/getReportDateSet

Request Information

URI Parameters

None.

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
}