Gateways REST Endpoints

Gateway/Gateways
Use for managing gateways.
Create a Gateway Vertex
Method: post
Path: /api/gateway/Gateways
Delete a Gateway Vertex
Method: delete
Path: /api/gateway/Gateways/{id}
Get Gateway Objects
Method: get
Path: /api/gateway/Gateways
Get Gateway Objects by ID
Method: get
Path: /api/gateway/Gateways/{id}
Get Gateway Vertices for Combo Boxes and Item Selectors
Method: get
Path: /api/gateway/Gateways/readForSelect
Update a Gateway Vertex
Method: put
Path: /api/gateway/Gateways/{id}