What is the best way to search for all recently closed cases via API?
I'm building a job to sync the status of SOAR cases and an external system. I'm using the
/external/v1/search/CaseSearchEverything
endpoint specifying closed cases only and some tags, but the
timeRangeFilter
parameter seems to apply to case creation time, not last updated. It's possible a low priority case sits for weeks and then is closed, making this query massive if I have to look back like 6mo every time I run this to ensure nothing is missed.
I looked at
/external/v1/search/GetCasesFilterValues
but it doesn't seem like it has any options for timeframe/updated at.
What is the best way to search for all recently closed cases via API?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
