25.8. Relationship types

25.8.1. Get relationship types

25.8.1. Get relationship types

Figure 25.33. Final Graph


Example request

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

Example response

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