Find Target Entities Related To A Source Entity
Returns all target entities that have a particular relationship to thesource entity. Note, relationships are one way.For example, the following method finds all content that the current userhas an 'ignore' relationship with:`GET /wiki/rest/api/relation/ignore/from/user/current/to/content`Note, 'ignore' is an example custom relationship type.**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:Permission to view both the target entity and so...