DateRange

連續幾天:startDate、startDate + 1 天、...、endDate。開始和結束日期是以 ISO8601 日期格式 YYYY-MM-DD 指定。

JSON 表示法
{
  "startDate": string,
  "endDate": string
}
欄位
startDate

string

查詢的開始日期,格式為 YYYY-MM-DD

endDate

string

查詢的結束日期,格式為 YYYY-MM-DD