DateRange
A date range.
An example of a range from May 1 to May 10:
{
"min": "2022-05-01",
"max": "2022-05-10"
}
|
Field |
Required |
Type |
Description |
|
|
Yes |
String |
The minimum date in ISO 8601 format. |
|
|
Yes |
String |
The maximum date in ISO 8601 format. Must be greater than or equal to the date in |
Was the article helpful?
Previous
Next