POST api/PowerStationMonitor/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:02:28",
"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. |