Get Target of Relationship by Name, Type, Key, and Relationship UUID
GET /by-type/:entity_type/:key/relationships/:relationship_name/by-id/:rel_uuid/@target
Retrieve the target entity of a specific relationship by relationship name and relationship UUID.
Request
Responses
- 200
- 400
- 404
- default
Entity retrieved successfully.
Invalid UUID supplied.
Entity not found.
Unexpected error.