Get relationship types
Example request
-
GEThttp://localhost:7474/db/data/relationship/types -
Accept:application/json; charset=UTF-8
Example response
-
200:OK -
Content-Type:application/json
[ "KNOWS", "LOVES" ]
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" ]