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