22.7. Relationship types

22.7.1. Get relationship types

22.7.1. Get relationship types

Figure 22.31. Final Graph


Example request

  • GET http://localhost:7474/db/data/relationship/types
  • Accept: application/json; charset=UTF-8

Example response

  • 200: OK
  • Content-Type: application/json
[ "knowledge", "foo", "know", "has", "related-to", "knows", "some type", "HATES", "tested-together", "FRIENDS", "likes", "KNOWS", "dislikes", "LIKES", "bar", "TYPE" ]