shell> curl --dump - http://localhost:8529/_api/gharial/social/edge/relation/10634
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
etag: _XGh-iUi---
{
"error" : false,
"code" : 200,
"edge" : {
"_key" : "10634",
"_id" : "relation/10634",
"_from" : "male/charly",
"_to" : "female/diana",
"_rev" : "_XGh-iUi---",
"type" : "married",
"vertex" : "charly"
}
}