I’m trying to retrieve cases that have been recently updated. The `CaseSearchEverything` (external/v1) endpoint can filter by date, but only the case creation date, using `startTime` and `endTime` filter values. It does not have the ability to filter cases by `startModifiedTime` and `endModifiedTime`.
The `GetCaseDetails` endpoint returns a value `modificationTimeUnixTimeInMs`, which means that the last modified time value exists somewhere, but is not available to `CaseSearchEverything` via filter parameters. The value also doesn’t appear in the output of `CaseSearchEverything`, preventing me from applying post-processing filters against bulk results.
Is there another way to filter cases by last modified time via external API?
If not, can we make a feature request for this?