Ein zusammenhängender Zeitraum von Tagen: startDate, startDate + 1, ..., endDate.
JSON-Darstellung
{"startDate": string,"endDate": string}
Felder
startDate
string
Das Startdatum (einschließlich) für die Abfrage im Format YYYY-MM-DD. Das Datum darf nicht nach dem endDate liegen. Das Format NdaysAgo, yesterday oder today ist ebenfalls zulässig. In diesem Fall wird das Datum anhand der aktuellen Uhrzeit in der Zeitzone der Anfrage abgeleitet.
endDate
string
Das Enddatum (letzter Tag eingeschlossen) der Abfrage im Format YYYY-MM-DD. Das Datum darf nicht vor dem startDate liegen. Das Format NdaysAgo, yesterday oder today ist ebenfalls zulässig. In diesem Fall wird das Datum anhand der aktuellen Uhrzeit in der Zeitzone der Anfrage abgeleitet.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-01-14 (UTC)."],[[["Defines a date range using a start date and an end date, inclusive of both."],["Dates are represented in `YYYY-MM-DD` format or using relative terms like `NdaysAgo`, `yesterday`, or `today`."],["`startDate` cannot be after `endDate`, and `endDate` cannot be before `startDate`."],["The date values are interpreted based on the request's time zone."]]],[]]