I have two content types and each one has a user entity reference field. I want a view using contextual filter that shows the information of the content types when I pass the user ID referenced for the user entity reference field.
content-type 1: field -> studies, field -> id-user-entity-reference
content-type 2: field -> experience, field -> id-user-entity-reference
I want to get for example studies and experience in a view when I have a path similar like that:
/content/id-user-entity-reference (not the logged user, not the author id of the content type)
I need these results can be exposed via rest.
How can I configure my view to achieve that?