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