shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF
{
"startVertex" : "persons/alice",
"graphName" : "knows_graph",
"direction" : "any",
"itemOrder" : "backward"
}
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" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
"_rev" : "_XGh_JUS--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
"_rev" : "_XGh_JUK--B",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "dave",
"_id" : "persons/dave",
"_rev" : "_XGh_JUS--_",
"name" : "Dave"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
"_rev" : "_XGh_JUO--_",
"name" : "Charlie"
},
{
"_key" : "bob",
"_id" : "persons/bob",
"_rev" : "_XGh_JUK--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
"_rev" : "_XGh_JUS--B",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "dave",
"_id" : "persons/dave",
"_rev" : "_XGh_JUS--_",
"name" : "Dave"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
"_rev" : "_XGh_JUO--_",
"name" : "Charlie"
}
],
"paths" : [
{
"edges" : [ ],
"vertices" : [
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
}
]
},
{
"edges" : [
{
"_key" : "14317",
"_id" : "knows/14317",
"_from" : "persons/eve",
"_to" : "persons/alice",
"_rev" : "_XGh_JUe--_",
"vertex" : "eve"
}
],
"vertices" : [
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
"_rev" : "_XGh_JUS--B",
"name" : "Eve"
}
]
},
{
"edges" : [
{
"_key" : "14317",
"_id" : "knows/14317",
"_from" : "persons/eve",
"_to" : "persons/alice",
"_rev" : "_XGh_JUe--_",
"vertex" : "eve"
},
{
"_key" : "14320",
"_id" : "knows/14320",
"_from" : "persons/eve",
"_to" : "persons/bob",
"_rev" : "_XGh_JUe--B",
"vertex" : "eve"
}
],
"vertices" : [
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
"_rev" : "_XGh_JUS--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
"_rev" : "_XGh_JUK--B",
"name" : "Bob"
}
]
},
{
"edges" : [
{
"_key" : "14317",
"_id" : "knows/14317",
"_from" : "persons/eve",
"_to" : "persons/alice",
"_rev" : "_XGh_JUe--_",
"vertex" : "eve"
},
{
"_key" : "14320",
"_id" : "knows/14320",
"_from" : "persons/eve",
"_to" : "persons/bob",
"_rev" : "_XGh_JUe--B",
"vertex" : "eve"
},
{
"_key" : "14307",
"_id" : "knows/14307",
"_from" : "persons/alice",
"_to" : "persons/bob",
"_rev" : "_XGh_JUW--_",
"vertex" : "alice"
}
],
"vertices" : [
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
"_rev" : "_XGh_JUS--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
"_rev" : "_XGh_JUK--B",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
}
]
},
{
"edges" : [
{
"_key" : "14317",
"_id" : "knows/14317",
"_from" : "persons/eve",
"_to" : "persons/alice",
"_rev" : "_XGh_JUe--_",
"vertex" : "eve"
},
{
"_key" : "14320",
"_id" : "knows/14320",
"_from" : "persons/eve",
"_to" : "persons/bob",
"_rev" : "_XGh_JUe--B",
"vertex" : "eve"
},
{
"_key" : "14314",
"_id" : "knows/14314",
"_from" : "persons/bob",
"_to" : "persons/dave",
"_rev" : "_XGh_JUa--B",
"vertex" : "bob"
}
],
"vertices" : [
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
"_rev" : "_XGh_JUS--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
"_rev" : "_XGh_JUK--B",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
"_rev" : "_XGh_JUS--_",
"name" : "Dave"
}
]
},
{
"edges" : [
{
"_key" : "14317",
"_id" : "knows/14317",
"_from" : "persons/eve",
"_to" : "persons/alice",
"_rev" : "_XGh_JUe--_",
"vertex" : "eve"
},
{
"_key" : "14320",
"_id" : "knows/14320",
"_from" : "persons/eve",
"_to" : "persons/bob",
"_rev" : "_XGh_JUe--B",
"vertex" : "eve"
},
{
"_key" : "14311",
"_id" : "knows/14311",
"_from" : "persons/bob",
"_to" : "persons/charlie",
"_rev" : "_XGh_JUa--_",
"vertex" : "bob"
}
],
"vertices" : [
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
"_rev" : "_XGh_JUS--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
"_rev" : "_XGh_JUK--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
"_rev" : "_XGh_JUO--_",
"name" : "Charlie"
}
]
},
{
"edges" : [
{
"_key" : "14307",
"_id" : "knows/14307",
"_from" : "persons/alice",
"_to" : "persons/bob",
"_rev" : "_XGh_JUW--_",
"vertex" : "alice"
}
],
"vertices" : [
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
"_rev" : "_XGh_JUK--B",
"name" : "Bob"
}
]
},
{
"edges" : [
{
"_key" : "14307",
"_id" : "knows/14307",
"_from" : "persons/alice",
"_to" : "persons/bob",
"_rev" : "_XGh_JUW--_",
"vertex" : "alice"
},
{
"_key" : "14320",
"_id" : "knows/14320",
"_from" : "persons/eve",
"_to" : "persons/bob",
"_rev" : "_XGh_JUe--B",
"vertex" : "eve"
}
],
"vertices" : [
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
"_rev" : "_XGh_JUK--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
"_rev" : "_XGh_JUS--B",
"name" : "Eve"
}
]
},
{
"edges" : [
{
"_key" : "14307",
"_id" : "knows/14307",
"_from" : "persons/alice",
"_to" : "persons/bob",
"_rev" : "_XGh_JUW--_",
"vertex" : "alice"
},
{
"_key" : "14320",
"_id" : "knows/14320",
"_from" : "persons/eve",
"_to" : "persons/bob",
"_rev" : "_XGh_JUe--B",
"vertex" : "eve"
},
{
"_key" : "14317",
"_id" : "knows/14317",
"_from" : "persons/eve",
"_to" : "persons/alice",
"_rev" : "_XGh_JUe--_",
"vertex" : "eve"
}
],
"vertices" : [
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
"_rev" : "_XGh_JUK--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
"_rev" : "_XGh_JUS--B",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
}
]
},
{
"edges" : [
{
"_key" : "14307",
"_id" : "knows/14307",
"_from" : "persons/alice",
"_to" : "persons/bob",
"_rev" : "_XGh_JUW--_",
"vertex" : "alice"
},
{
"_key" : "14314",
"_id" : "knows/14314",
"_from" : "persons/bob",
"_to" : "persons/dave",
"_rev" : "_XGh_JUa--B",
"vertex" : "bob"
}
],
"vertices" : [
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
"_rev" : "_XGh_JUK--B",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
"_rev" : "_XGh_JUS--_",
"name" : "Dave"
}
]
},
{
"edges" : [
{
"_key" : "14307",
"_id" : "knows/14307",
"_from" : "persons/alice",
"_to" : "persons/bob",
"_rev" : "_XGh_JUW--_",
"vertex" : "alice"
},
{
"_key" : "14311",
"_id" : "knows/14311",
"_from" : "persons/bob",
"_to" : "persons/charlie",
"_rev" : "_XGh_JUa--_",
"vertex" : "bob"
}
],
"vertices" : [
{
"_key" : "alice",
"_id" : "persons/alice",
"_rev" : "_XGh_JUK--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
"_rev" : "_XGh_JUK--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
"_rev" : "_XGh_JUO--_",
"name" : "Charlie"
}
]
}
]
}
},
"error" : false,
"code" : 200
}