Hi @Dhruvin Moradiya,
You could refer to following rest api to filter items by field. In the case, it's Modified time and ID.
{siteUrl}/_api/web/lists/getbytitle('Employees')/items?$filter=(Modified le datetime'2023-10-26T09:59:32Z') and (ID eq 2)
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.