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