POST api/OpenApi/GetInverterDataByColumn
设备今日发电量/累计发电量/温度/交流电压/曲线
Request Information
URI Parameters
None.
Body Parameters
id 设备SN column 所需栏位值
GetInverterDataByColumn| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
None. |
|
| column | string |
None. |
|
| id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"date": "2025-12-15 01:07:10",
"column": "sample string 1",
"id": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |