[[rest-api-shouldget200whennohitsfromtraversing]]
=== ShouldGet200WhenNoHitsFromTraversing ===

.Final Graph
["dot", "Final-Graph-shouldGet200WhenNoHitsFromTraversing.svg", "neoviz"]
----
  N0 [
    label = "{Node\[0\]|}"
  ]
  N5 [
    label = "{Node\[5\]|}"
  ]
----

_Example request_

* *+POST+*  +http://localhost:7474/db/data/node/5/traverse/node+
* *+Accept:+* +application/json+
* *+Content-Type:+* +application/json+
[source,javascript]
----

----


_Example response_

* *+200:+* +OK+
* *+Content-Type:+* +application/json+
[source,javascript]
----
[ ]
----


