POST api/OpenApi/GetUserPowerStation
获取用户自有电站列表
Request Information
URI Parameters
None.
Body Parameters
PowerStationSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
None. |
|
| type | integer |
None. |
|
| searchType | integer |
None. |
|
| page_index | integer |
None. |
|
| page_size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"type": 2,
"searchType": 3,
"page_index": 4,
"page_size": 5
}
application/xml, text/xml
Sample:
<PowerStationSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goodwe.Ops.BLL"> <page_index>4</page_index> <page_size>5</page_size> <key>sample string 1</key> <searchType>3</searchType> <type>2</type> </PowerStationSearch>
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. |