1
0
Fork 0
arangodb/Documentation/Examples/api-blueprints-get-edges-by...

23 lines
482 B
Plaintext

> curl -X GET --dump - http://localhost:8529/_api/blueprints/edges?graph=graph1&vertex=id1
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"edges": [
{
"_id": "99145190/102028774",
"_rev": 102028774,
"_key": "102028774",
"_bidirectional": false,
"_from": "98358758/101504486",
"_to": "98358758/101701094",
"$label": null,
"$id": "edge1",
"optional1": "val1a"
}
],
"error": false,
"code": 200
}