Edges REST Endpoints
Graphs/Edges
Use for managing graph edges.
- Create an Edge
- Method: postPath:
/api/graph/Edges
- Delete an Edge
- Method: deletePath:
/api/graph/Edges/{id}
- Get an Edge by ID
- Method: getPath:
/api/graph/Edges/{id}
- Get Edges
- Method: getPath:
/api/graph/Edges
- Get Property Values by Edge Type and Property
- Method: getPath:
/api/graph/Edges/readProperties
- Update an Edge
- Method: putPath:
/api/graph/Edges/{id}