GET api/Device/GetGatewayList?UserID={UserID}&DeviceID={DeviceID}
根据蓝牙设备查询用户网关列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID |
用户ID |
string |
Required |
| DeviceID |
设备ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
JResultOfString[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Error | string |
None. |
|
| Result | Collection of string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Error": "sample string 2",
"Result": [
"sample string 1",
"sample string 2"
],
"Success": true
}