18.4. Relationship types

18.4.1. Get relationship types

18.4.1. Get relationship types

Figure 18.25. Final Graph


Example request

  • GET http://localhost:7474/db/data/relationship/types
  • Accept: application/json

Example response

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