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