shell> curl -X POST --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 200 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : { "visited" : { "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_WgE8aV2--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_WgE8aW---_", "name" : "Bob" }, { "_key" : "charlie", "_id" : "persons/charlie", "_rev" : "_WgE8aW---B", "name" : "Charlie" }, { "_key" : "dave", "_id" : "persons/dave", "_rev" : "_WgE8aWC--_", "name" : "Dave" }, { "_key" : "eve", "_id" : "persons/eve", "_rev" : "_WgE8aWG--_", "name" : "Eve" }, { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_WgE8aV2--_", "name" : "Alice" } ], "paths" : [ { "edges" : [ ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_WgE8aV2--_", "name" : "Alice" } ] }, { "edges" : [ { "_key" : "13905", "_id" : "knows/13905", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_WgE8aWK--_", "vertex" : "alice" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_WgE8aV2--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_WgE8aW---_", "name" : "Bob" } ] }, { "edges" : [ { "_key" : "13905", "_id" : "knows/13905", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_WgE8aWK--_", "vertex" : "alice" }, { "_key" : "13909", "_id" : "knows/13909", "_from" : "persons/bob", "_to" : "persons/charlie", "_rev" : "_WgE8aWO--_", "vertex" : "bob" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_WgE8aV2--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_WgE8aW---_", "name" : "Bob" }, { "_key" : "charlie", "_id" : "persons/charlie", "_rev" : "_WgE8aW---B", "name" : "Charlie" } ] }, { "edges" : [ { "_key" : "13905", "_id" : "knows/13905", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_WgE8aWK--_", "vertex" : "alice" }, { "_key" : "13912", "_id" : "knows/13912", "_from" : "persons/bob", "_to" : "persons/dave", "_rev" : "_WgE8aWS--_", "vertex" : "bob" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_WgE8aV2--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_WgE8aW---_", "name" : "Bob" }, { "_key" : "dave", "_id" : "persons/dave", "_rev" : "_WgE8aWC--_", "name" : "Dave" } ] }, { "edges" : [ { "_key" : "13905", "_id" : "knows/13905", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_WgE8aWK--_", "vertex" : "alice" }, { "_key" : "13918", "_id" : "knows/13918", "_from" : "persons/eve", "_to" : "persons/bob", "_rev" : "_WgE8aWW--B", "vertex" : "eve" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_WgE8aV2--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_WgE8aW---_", "name" : "Bob" }, { "_key" : "eve", "_id" : "persons/eve", "_rev" : "_WgE8aWG--_", "name" : "Eve" } ] }, { "edges" : [ { "_key" : "13905", "_id" : "knows/13905", "_from" : "persons/alice", "_to" : "persons/bob", "_rev" : "_WgE8aWK--_", "vertex" : "alice" }, { "_key" : "13918", "_id" : "knows/13918", "_from" : "persons/eve", "_to" : "persons/bob", "_rev" : "_WgE8aWW--B", "vertex" : "eve" }, { "_key" : "13915", "_id" : "knows/13915", "_from" : "persons/eve", "_to" : "persons/alice", "_rev" : "_WgE8aWW--_", "vertex" : "eve" } ], "vertices" : [ { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_WgE8aV2--_", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", "_rev" : "_WgE8aW---_", "name" : "Bob" }, { "_key" : "eve", "_id" : "persons/eve", "_rev" : "_WgE8aWG--_", "name" : "Eve" }, { "_key" : "alice", "_id" : "persons/alice", "_rev" : "_WgE8aV2--_", "name" : "Alice" } ] } ] } }, "error" : false, "code" : 200 }