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