There are two entities in a one-to-many relationship.
I want the access rights to the child entities to match the parent entity.
How can I do it correctly?
To ensure proper functionality in all cases:
In the case of requesting linked entities: /entity/entityId/linkName
In the case of a simple list query with additional filters.
And without setting additional permissions through roles.
I want the access rights to the child entities to match the parent entity.
How can I do it correctly?
To ensure proper functionality in all cases:
In the case of requesting linked entities: /entity/entityId/linkName
In the case of a simple list query with additional filters.
And without setting additional permissions through roles.
Comment