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