18.6. Relationship types

18.6.1. Get relationship types

18.6.1. Get relationship types

Figure 18.31. 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", "foo", "bar" ]