shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF { "startVertex" : "persons/alice", "graphName" : "knows_graph", "direction" : "any", "uniqueness" : { "vertices" : "none", "edges" : "global" } } EOF HTTP/1.1 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : { "visited" : { "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClRsq--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_YYClRsu--_", "name" : "Bob" }, { "_key" : "charlie", "_id" : "persons/charlie", "_rev" : "_YYClRsu--B", "name" : "Charlie" }, { "_key" : "dave", "_id" : "persons/dave", "_rev" : "_YYClRsy--_", "name" : "Dave" }, { "_key" : "eve", "_id" : "persons/eve", "_rev" : "_YYClRsy--B", "name" : "Eve" }, { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClRsq--_", "name" : "Alice" } ], "paths" : [ { "edges" : [ ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClRsq--_", "name" : "Alice" } ] }, { "edges" : [ { "_key" : "106999", "_id" : "knows/106999", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_YYClRs2--_", "vertex" : "alice" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClRsq--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_YYClRsu--_", "name" : "Bob" } ] }, { "edges" : [ { "_key" : "106999", "_id" : "knows/106999", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_YYClRs2--_", "vertex" : "alice" }, { "_key" : "107003", "_id" : "knows/107003", "_from" : "persons/bob", "_to" : "persons/charlie", "_rev" : "_YYClRs2--B", "vertex" : "bob" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClRsq--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_YYClRsu--_", "name" : "Bob" }, { "_key" : "charlie", "_id" : "persons/charlie", "_rev" : "_YYClRsu--B", "name" : "Charlie" } ] }, { "edges" : [ { "_key" : "106999", "_id" : "knows/106999", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_YYClRs2--_", "vertex" : "alice" }, { "_key" : "107006", "_id" : "knows/107006", "_from" : "persons/bob", "_to" : "persons/dave", "_rev" : "_YYClRs6--_", "vertex" : "bob" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClRsq--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_YYClRsu--_", "name" : "Bob" }, { "_key" : "dave", "_id" : "persons/dave", "_rev" : "_YYClRsy--_", "name" : "Dave" } ] }, { "edges" : [ { "_key" : "106999", "_id" : "knows/106999", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_YYClRs2--_", "vertex" : "alice" }, { "_key" : "107012", "_id" : "knows/107012", "_from" : "persons/eve", "_to" : "persons/bob", "_rev" : "_YYClRt---_", "vertex" : "eve" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClRsq--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_YYClRsu--_", "name" : "Bob" }, { "_key" : "eve", "_id" : "persons/eve", "_rev" : "_YYClRsy--B", "name" : "Eve" } ] }, { "edges" : [ { "_key" : "106999", "_id" : "knows/106999", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_YYClRs2--_", "vertex" : "alice" }, { "_key" : "107012", "_id" : "knows/107012", "_from" : "persons/eve", "_to" : "persons/bob", "_rev" : "_YYClRt---_", "vertex" : "eve" }, { "_key" : "107009", "_id" : "knows/107009", "_from" : "persons/eve", "_to" : "persons/alice", "_rev" : "_YYClRs6--B", "vertex" : "eve" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClRsq--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_YYClRsu--_", "name" : "Bob" }, { "_key" : "eve", "_id" : "persons/eve", "_rev" : "_YYClRsy--B", "name" : "Eve" }, { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_YYClRsq--_", "name" : "Alice" } ] } ] } }, "error" : false, "code" : 200 }