Vertices REST Endpoints
Graph/Vertices
Use for managing vertices.
- Create a Vertex
- Method: postPath:
/api/graph/Vertices - Delete a Vertex
- Method: deletePath:
/api/graph/Vertices/{id} - Delete Multiple Vertices
- Method: postPath:
/api/graph/Vertices/Delete - Get a Vertex by ID
- Method: getPath:
/api/graph/Vertices/{id} - Get Device Vertices
- Method: getPath:
/api/graph/Vertices/readDevicesForSelect - Get Objects for Combo Boxes and Item Selectors
- Method: getPath:
/api/graph/Vertices/readForSelect - Get Property Values by Vertex Type and Property
- Method: getPath:
/api/graph/Vertices/readProperties - Get Vertices
- Method: getPath:
/api/graph/Vertices - Update a Vertex
- Method: putPath:
/api/graph/Vertices/{id}