How to filter requests based on modification date using REST API

How to filter requests based on modification date using REST API

Hello,

I want to filter requests based on modification date using REST API. For example ,I want filer request which modified after specific time. How can i do this operation using REST API?

Thanks