Traveler Information API
Loading...
Searching...
No Matches
Alert Class Reference

Properties

int AlertID [get, set]
 
RoadwayLocation StartRoadwayLocation [get, set]
 
RoadwayLocation EndRoadwayLocation [get, set]
 
string Region [get, set]
 
string County [get, set]
 
DateTime? StartTime [get, set]
 
DateTime? EndTime [get, set]
 
string EventCategory [get, set]
 
string HeadlineDescription [get, set]
 
string ExtendedDescription [get, set]
 
string EventStatus [get, set]
 
DateTime? LastUpdatedTime [get, set]
 
string Priority [get, set]
 

Detailed Description

A Highway Alert.

Property Documentation

◆ AlertID

int Alert.AlertID
getset

Unique Identifier for the alert.

◆ County

string Alert.County
getset

Used for countywide alerts, name of the affected county.

◆ EndRoadwayLocation

RoadwayLocation Alert.EndRoadwayLocation
getset

End location for the alert on the roadway.

◆ EndTime

DateTime? Alert.EndTime
getset

Estimated end time for alert.

◆ EventCategory

string Alert.EventCategory
getset

Categorization of alert, i.e. Collision, Maintenance, etc.

◆ EventStatus

string Alert.EventStatus
getset

Current status of alert, open, closed.

◆ ExtendedDescription

string Alert.ExtendedDescription
getset

Optional - Additional information about the alert, used for relaying useful extra information for an alert.

◆ HeadlineDescription

string Alert.HeadlineDescription
getset

Information about what the alert has been issued for.

◆ LastUpdatedTime

DateTime? Alert.LastUpdatedTime
getset

When was alert was last changed.

◆ Priority

string Alert.Priority
getset

Expected impact on traffic, highest, high, medium, low.

◆ Region

string Alert.Region
getset

WSDOT Region which entered the alert, valid values: EA - Eastern, NC - North Central, NW - Northwest, OL - Olympic, SC - South Central, SW - Southwest.

◆ StartRoadwayLocation

RoadwayLocation Alert.StartRoadwayLocation
getset

Start location for the alert on the roadway.

◆ StartTime

DateTime? Alert.StartTime
getset

When the impact on traffic began.