GET pi/graphs/lineage//edges/all
Description
Get all edges.
Results
All edges in lineage graph.
Rest Call
GET http://localhost:15000/api/graphs/lineage/edges/all
Result
{
"results": [
{
"_id":"Q5V-4-5g",
"_type":"edge",
"_outV":4,
"_inV":8,
"_label":"output"
},
{
"_id":"Q6t-c-5g",
"_type":"edge",
"_outV":12,
"_inV":16,
"_label":"output"
}
],
"totalSize": 2
}