טווח ימים רציף: 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 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."]]],["The core content describes a JSON structure for representing a date range. The JSON object contains `startDate` and `endDate` fields, both strings. These fields define an inclusive range of days. The format `YYYY-MM-DD` is required, but `NdaysAgo`, `yesterday`, and `today` are also valid and will infer the date from the request's time zone. `endDate` must not be before `startDate`, and `startDate` must not be after `endDate`.\n"]]