DateRangeFilterType
Type that defines the creationDateRangeFilter container used in the getUserCases call. The creationDateRangeFilter container is used to restrict case results to an inclusive date range. The date range specified with the fromDate and toDate fields cannot span more than 90 days.
Type that uses DateRangeFilterType:
Call that uses DateRangeFilterType:
Fields
The starting date for the date range. The fromDate must be older than the toDate, and it cannot be set back more than 18 months in the past.
See the Field Index to learn which calls use fromDate.
The ending date for the date range. The toDate must be more recent than the fromDate. This field is optional. If it is omitted, all cases created from the fromDate up to the present (system date) are returned, unless the range specified by the fromDate and the present date is greater than 90 days, in which case the toDate defaults to 90 days forward from the fromDate.
See the Field Index to learn which calls use toDate.