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