> curl -X GET --dump - http://localhost:8529/_api/graph/graph1/edge/edge1 HTTP/1.1 200 OK content-type: application/json; charset=utf-8 etag: 57595366 { "edge": { "_id": "e/edge1", "_rev": "57595366", "_key": "edge1", "_from": "v/vert2", "_to": "v/vert1", "$label": null, "optional1": "val1" }, "error": false, "code": 200 }