Vertex Types REST Endpoints

Graph/Vertex Types
Use for managing vertex types.
Create a Vertex Type
Method: post
Path: /api/graph/VertexTypes
Delete a Vertex Type
Method: delete
Path: /api/graph/VertexTypes/{id}
Get a Vertex Type by ID
Method: get
Path: /api/graph/VertexTypes/{id}
Get Vertex Types
Method: get
Path: /api/graph/VertexTypes
Gets Objects for Combo Boxes and Item Selectors
Method: get
Path: /api/graph/VertexTypes/readForSelect
Update a Vertex Type
Method: put
Path: /api/graph/VertexTypes/{id}