Edge Types REST Endpoints
    
        Graphs/Edge Types
    
Use for managing graph edge types.
- Create an Edge Type
- Method: postPath:/api/graph/EdgeTypes
- Delete an Edge Type
- Method: deletePath:/api/graph/EdgeTypes/{id}
- Get an Edge Type by ID
- Method: getPath:/api/graph/EdgeTypes/{id}
- Get Edge Types
- Method: getPath:/api/graph/EdgeTypes
- Get Edge Types for Combo Boxes and Item Selectors
- Method: getPath:/api/graph/EdgeTypes/readForSelect
- Update an Edge Type
- Method: putPath:/api/graph/EdgeTypes/{id}