GET api/Sensor/GetSensorListValue?Token={Token}&MacId={MacId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| MacId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SensorDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| SensorList | Collection of Sensor |
None. |
|
| Status | Status |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": {
"StatusType": true,
"StatusDescription": "sample string 2"
},
"SensorList": [
{
"MacId": "sample string 1",
"Name": "sample string 2",
"Location": "sample string 3",
"SensorType": "sample string 4"
},
{
"MacId": "sample string 1",
"Name": "sample string 2",
"Location": "sample string 3",
"SensorType": "sample string 4"
}
]
}