POST api/Report/GetSensorList
Request Information
URI Parameters
None.
Body Parameters
ReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Sensor | AuthenticationMacIdSensorType |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sensor": {
"SensorType": 1,
"Token": "sample string 2",
"MacId": "sample string 3"
},
"StartDate": "2025-12-06T06:58:28.4383794+03:00",
"EndDate": "2025-12-06T06:58:28.4383794+03:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}