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