1
0
Fork 0
arangodb/Documentation/Examples/api-graph-get-graph

18 lines
309 B
Plaintext

> curl -X GET --dump - http://localhost:8529/_api/graph/graph1
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: 11767958
{
"graph": {
"_id": "_graphs/graph1",
"_rev": "11767958",
"_key": "graph1",
"vertices": "v",
"edges": "e"
},
"error": false,
"code": 200
}