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