CAPE Nodes REST Endpoints

Event/CAPE Nodes
Use for managing event CAPE nodes.
Check Syntax for a CAPE Node
Method: post
Path: /api/event/Nodes/executeCheckSyntax
Create a CAPE Node
Method: post
Path: /api/event/Nodes
Delete a CAPE Node
Method: delete
Path: /api/event/Nodes/{id}
Get a CAPE Node by ID
Method: get
Path: /api/event/Nodes/{id}
Get CAPE Nodes
Method: get
Path: /api/event/Nodes
Get CAPE Nodes for Combo boxes and Item Selectors
Method: get
Path: /api/event/Nodes/readForSelect
Update a CAPE Node
Method: put
Path: /api/event/Nodes/{id}