POST api/Sensor/GetSensorList
Request Information
URI Parameters
None.
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/x-www-form-urlencoded
Sample:
Sample not available.
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"
}
]
}