GET api/EnvironmentTideDetailDay/{Code}/{DataDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Code | string |
Required |
|
DataDate | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of EnvironmentTideDetailReadingName | Description | Type | Additional information |
---|---|---|---|
SensorCode | string |
None. |
|
RecordTime | date |
None. |
|
RecordTimeLocal | date |
None. |
|
Height | decimal number |
None. |
|
NoPresentReading | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SensorCode": "sample string 1", "RecordTime": "2024-12-03T16:38:25.9569503+00:00", "RecordTimeLocal": "2024-12-03T16:38:25.9569503+00:00", "Height": 2.1, "NoPresentReading": true }, { "SensorCode": "sample string 1", "RecordTime": "2024-12-03T16:38:25.9569503+00:00", "RecordTimeLocal": "2024-12-03T16:38:25.9569503+00:00", "Height": 2.1, "NoPresentReading": true } ]
application/xml, text/xml
Sample:
<ArrayOfEnvironmentTideDetailReading xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dashboard.Models"> <EnvironmentTideDetailReading> <Height>2.1</Height> <NoPresentReading>true</NoPresentReading> <RecordTime>2024-12-03T16:38:25.9569503+00:00</RecordTime> <RecordTimeLocal>2024-12-03T16:38:25.9569503+00:00</RecordTimeLocal> <SensorCode>sample string 1</SensorCode> </EnvironmentTideDetailReading> <EnvironmentTideDetailReading> <Height>2.1</Height> <NoPresentReading>true</NoPresentReading> <RecordTime>2024-12-03T16:38:25.9569503+00:00</RecordTime> <RecordTimeLocal>2024-12-03T16:38:25.9569503+00:00</RecordTimeLocal> <SensorCode>sample string 1</SensorCode> </EnvironmentTideDetailReading> </ArrayOfEnvironmentTideDetailReading>