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-02-13 UTC."],[[["`TrafficDataRequest` defines a segment of traffic used by `ForecastService` to return traffic data."],["It requires specifying `targeting` to define the traffic segment and `requestedDateRange` for the desired data period."],["Returned data may not cover the entire requested date range due to data availability."]]],["The `ForecastService` utilizes the `getTrafficData()` function to retrieve traffic data. This service requires a `TrafficDataRequest`, which defines a traffic segment. Key components of this request include `targeting`, a required `TargetingDto` that specifies the traffic segment, and `requestedDateRange`, a required `DateRange` defining the time frame for data retrieval. The returned data's availability is subject to data sufficiency across the requested range.\n"]]