Using Table API how do I filter and fetch only the incidents that have been updated in the last 24 hours?
I want to filter incidents from the incidents using the Table API that have been updated for a certain duration on time. I understand that the 'sys_updated_on' field would be used but how can I apply the filter on that field?

