Vertex Types REST Endpoints
Graphs/Vertex Types
Use for managing vertex types.
- Create a Vertex Type
- Method: postPath:
/api/graph/VertexTypes - Delete a Vertex Type
- Method: deletePath:
/api/graph/VertexTypes/{id} - Get a Vertex Type by ID
- Method: getPath:
/api/graph/VertexTypes/{id} - Get Vertex Types
- Method: getPath:
/api/graph/VertexTypes - Gets Vertex Types for Combo Boxes and Item Selectors
- Method: getPath:
/api/graph/VertexTypes/readForSelect - Update a Vertex Type
- Method: putPath:
/api/graph/VertexTypes/{id}