shell> curl --dump - http://localhost:8529/_api/edges/edges?vertex=vertices/1&direction=out
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"edges" : [
{
"_key" : "5",
"_id" : "edges/5",
"_from" : "vertices/1",
"_to" : "vertices/3",
"_rev" : "10605",
"$label" : "v1 -> v3"
}
],
"error" : false,
"code" : 200,
"stats" : {
"scannedIndex" : 1,
"filtered" : 0
}
}