shell> curl --dump - http://localhost:8529/_api/edges/edges?vertex=vertices/1&direction=in
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"edges" : [
{
"$label" : "v2 -> v1",
"_id" : "edges/6",
"_rev" : "755768018",
"_key" : "6",
"_from" : "vertices/2",
"_to" : "vertices/1"
},
{
"$label" : "v4 -> v1",
"_id" : "edges/7",
"_rev" : "756292306",
"_key" : "7",
"_from" : "vertices/4",
"_to" : "vertices/1"
}
],
"error" : false,
"code" : 200,
"stats" : {
"scannedIndex" : 2,
"filtered" : 0
}
}