POST api/v2/SmartFault/GetIVResultPowstationList
Request Information
URI Parameters
None.
Body Parameters
IVResultPowstationSearchName | Description | Type | Additional information |
---|---|---|---|
key | string |
None. |
|
pwId | string |
None. |
|
page_index | integer |
None. |
|
page_size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "key": "sample string 1", "pwId": "sample string 2", "page_index": 3, "page_size": 4 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IVResultPowstationListName | Description | Type | Additional information |
---|---|---|---|
record | integer |
None. |
|
pwList | Collection of IVResultPowstation |
None. |
Response Formats
application/json, text/json
Sample:
{ "record": 1, "pwList": [ { "id": "sample string 1", "pwName": "sample string 2" }, { "id": "sample string 1", "pwName": "sample string 2" } ] }