Vertices REST Endpoints

Graph/Vertices
Use for managing vertices.
Create a Vertex
Method: post
Path: /api/graph/Vertices
Delete a Vertex
Method: delete
Path: /api/graph/Vertices/{id}
Delete Multiple Vertices
Method: post
Path: /api/graph/Vertices/Delete
Get a Vertex by ID
Method: get
Path: /api/graph/Vertices/{id}
Get Device Vertices
Method: get
Path: /api/graph/Vertices/readDevicesForSelect
Get Objects for Combo Boxes and Item Selectors
Method: get
Path: /api/graph/Vertices/readForSelect
Get Property Values by Vertex Type and Property
Method: get
Path: /api/graph/Vertices/readProperties
Get Vertices
Method: get
Path: /api/graph/Vertices
Update a Vertex
Method: put
Path: /api/graph/Vertices/{id}