User based Content

System Information
  • Strapi Version: 4
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hi there,
I’m using core controllers of Strapi and I’ve been developing a client application with Angular.
I’m just trying to get user specific content from an core API.
Just an example, We have a User with Id=1 and this user has created a record on Project content type and this record’s created_by_id field should be 1. After then if I use project’s read api, I should fetch user 1’s projects. User has been authenticated and sent token as bearer.

Regards,
Kaan