20.10. Relationship types

Get relationship types

Example request

  • GET http://localhost:7474/db/data/relationship/types
  • Accept: application/json; charset=UTF-8

Example response

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