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