Edge Types REST Endpoints

Graph/Edge Types
Use for managing graph edge types.
Create an Edge Type
Method: post
Path: /api/graph/EdgeTypes
Delete an Edge Type
Method: delete
Path: /api/graph/EdgeTypes/{id}
Get an Edge Type by ID
Method: get
Path: /api/graph/EdgeTypes/{id}
Get Edge Types
Method: get
Path: /api/graph/EdgeTypes
Get Edge Types for Combo Boxes and Item Selectors
Method: get
Path: /api/graph/EdgeTypes/readForSelect
Update an Edge Type
Method: put
Path: /api/graph/EdgeTypes/{id}