GET xtestx/{serial}/DateAlerteReport
Route that indicate if the alert have been reported or not and the date of report
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serial |
The serial param |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Date of report
Flipr.Web.Api.Controllers.JsonWrappers.AlertReporterName | Description | Type | Additional information |
---|---|---|---|
serial |
Gets or sets the serial number |
string |
None. |
isReport |
Gets or sets a value indicating whether isReport is true or false |
boolean |
None. |
timeDater |
Gets or sets the datetime |
date |
None. |
Response Formats
application/json, text/json
Sample:
{ "serial": "sample string 1", "isReport": true, "timeDater": "2023-01-30T17:18:07.3771199+00:00" }
text/html
Sample:
{"serial":"sample string 1","isReport":true,"timeDater":"2023-01-30T17:18:07.3771199+00:00"}