Get List of Docs By Current Logged In User

I want to get all the docs (created by the current logged-in user) of a specific doctype.

For example, there is a doctype called ‘car,’ and every user can create docs for that doctype. But the list of cars shows only those created by the logged-in user.

How can I implement this for the desk, website and API?

Make filtering by session user to docs owner field

Can you please share something for references.

In Open Role Permission Manager, you can set permission to let the user see only Doctype records created by the user

I hope this helps