The date range for which traffic data are requested. This range may
cover historical dates, future dates, or both.
The data returned are not guaranteed to cover the entire
requested date range. If sufficient data are not available to cover
the entire requested date range, a response may be returned with a
later start date, earlier end date, or both.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["TrafficDataRequest defines a segment of traffic for which data should be returned."],["It uses Targeting to define the traffic segment and DateRange to specify the requested period."],["The returned data may not cover the entire requested date range due to data availability."]]],["The `ForecastService` utilizes the `getTrafficData()` function, which relies on the `TrafficDataRequest`. This request requires two key fields: `targeting`, a `TargetingDto` that defines the traffic segment, and `requestedDateRange`, a `DateRange` specifying the period for data. Data returned may not cover the whole `requestedDateRange`, and can include historical, future or both types of dates. Both attributes are mandatory for a request.\n"]]