22.7. Relationship types

22.7.1. Get relationship types

22.7.1. Get relationship types

Figure 22.32. Final Graph


Example request

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

Example response

  • 200: OK
  • Content-Type: application/json
[ "LOVES", "to", "KNOWS", "foo", "bar" ]