Vertices REST Endpoints

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