טווח ימים רציף: startDate, startDate + 1, ..., endDate.
ייצוג ב-JSON
{"startDate": string,"endDate": string}
שדות
startDate
string
תאריך ההתחלה של השאילתה (כולל) בפורמט YYYY-MM-DD. לא יכול להיות אחרי endDate. אפשר גם להשתמש בפורמטים NdaysAgo, yesterday או today. במקרה כזה, התאריך ינובע על סמך השעה הנוכחית באזור הזמן של הבקשה.
endDate
string
תאריך הסיום (כולל) של השאילתה בפורמט YYYY-MM-DD. לא ניתן לבחור תאריך שחל לפני startDate. אפשר גם להשתמש בפורמטים NdaysAgo, yesterday או today. במקרה כזה, התאריך ינובע על סמך השעה הנוכחית באזור הזמן של הבקשה.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-01-14 (שעון UTC)."],[[["Defines a date range using a start date and an end date, inclusive of both."],["Dates are specified in `YYYY-MM-DD` format or using relative terms like `NdaysAgo`, `yesterday`, or `today`."],["The `startDate` cannot be after the `endDate`, ensuring a valid date range."],["Both `startDate` and `endDate` are interpreted based on the request's time zone."]]],[]]