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