19.4. Relationship types

19.4.1. Get relationship types

19.4.1. Get relationship types

Figure 19.25. Final Graph


Example request

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

Example response

  • 200: OK
  • Content-Type: application/json
[ "LOVES", "knows", "HATES", "likes", "KNOWS", "foo", "bar", "LIKES", "know", "has" ]