List down records in webview

Hi everyone,
In web view list of all the records are displayed, but what i want to display is based on email id that should match the login user mail id field.

The above image shows list of all records but i need to display the records based on login user mail id that should match with the records mail id.

For desk list view we can use get_permission_query(user) which we will mentioned in hooks and wrote code in corresponding doctype

Similarly, how can be done in web view? any suggestion for this guys

Hi everyone, how can we apply user permission in webview?