POST api/FaultySensorsControllerSensorTypeData
Request Information
URI Parameters
None.
Body Parameters
SensorsHistoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SensorType | integer |
None. |
|
| BuildingID | integer |
None. |
|
| GroupID | integer |
None. |
|
| SiteIDList | string |
None. |
|
| SmartSensorType | integer |
None. |
|
| DateStart | string |
None. |
|
| DateEnd | string |
None. |
|
| SubmitBy | integer |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SensorType": 1,
"BuildingID": 2,
"GroupID": 3,
"SiteIDList": "sample string 4",
"SmartSensorType": 5,
"DateStart": "sample string 6",
"DateEnd": "sample string 7",
"SubmitBy": 8,
"Token": "sample string 9"
}
application/xml, text/xml
Sample:
<SensorsHistoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M2senseWebApiProject.Models"> <BuildingID>2</BuildingID> <DateEnd>sample string 7</DateEnd> <DateStart>sample string 6</DateStart> <GroupID>3</GroupID> <SensorType>1</SensorType> <SiteIDList>sample string 4</SiteIDList> <SmartSensorType>5</SmartSensorType> <SubmitBy>8</SubmitBy> <Token>sample string 9</Token> </SensorsHistoryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |