POST api/v2/SmartFault/GetSmartIVPowerStationTips
Request Information
URI Parameters
None.
Body Parameters
SamrtIVSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| type | integer |
None. |
|
| key | string |
None. |
|
| count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": 1,
"key": "sample string 2",
"count": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SamrtIVSearchResult| Name | Description | Type | Additional information |
|---|---|---|---|
| pwId | string |
None. |
|
| pwName | string |
None. |
|
| sn | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pwId": "sample string 1",
"pwName": "sample string 2",
"sn": "sample string 3"
},
{
"pwId": "sample string 1",
"pwName": "sample string 2",
"sn": "sample string 3"
}
]