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