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": "12/28/2025 14:46:41",
"column": "sample string 1",
"id": "sample string 2"
}
application/xml, text/xml
Sample:
<GetInverterDataByColumn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goodwe.Ops.OpenApi.Models"> <id>sample string 2</id> <column>sample string 1</column> <date>2025-12-28T14:46:41.7365406+08:00</date> </GetInverterDataByColumn>
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. |