REST API - Pull the data which belongs to login user by default

Hi,
Is there any way to get the data which belongs to the login user [Who actually created that].
In most of the entity, I do have property with owner [as User class].
I would like to pull the data which is belongs the login user only.

Thanks

Hi @woybgroup

Take a look at Row-level Roles.

Thanks… It worked in UI. Need to check if the same can work in REST API