POST api/{version}/PowerStation/GetPowerStationTips

获取电站搜索提示信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

key 关键字 count 数量 type 1:搜索本组织以及下属组织的电站 2:只搜索当前组织的电站 3:自建的电站和由电站归属分配所得的电站 4:智能运维页面专用(根据登录人员来判断显示数据) powerstation_status 查询类型 1:发电中 0:待机中 -1:离线中 2:停机中 -2:无设备

GetPowerStationTips
NameDescriptionTypeAdditional information
key

string

None.

adcode

string

None.

org_id

string

None.

count

integer

None.

type

查询类型:1:搜索本组织以及下属组织的电站(所有电站) 2:只搜索当前组织的电站 3:自建的电站和由电站归属分配所得的电站(自有电站)

integer

None.

condition

string

None.

powerstation_status

查询类型 1:发电中 0:待机中 -1:离线中 2:停机中 -2:无设备

string

None.

Request Formats

application/json, text/json

Sample:
{
  "key": "sample string 1",
  "adcode": "sample string 2",
  "org_id": "sample string 3",
  "count": 4,
  "type": 5,
  "condition": "sample string 6",
  "powerstation_status": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.