CAPE Nodes REST Endpoints
Events/CAPE Nodes
Use for managing event CAPE nodes.
- Check Syntax for a CAPE Node
- Method: postPath:
/api/event/Nodes/executeCheckSyntax
- Create a CAPE Node
- Method: postPath:
/api/event/Nodes
- Delete a CAPE Node
- Method: deletePath:
/api/event/Nodes/{id}
- Get a CAPE Node by ID
- Method: getPath:
/api/event/Nodes/{id}
- Get CAPE Nodes
- Method: getPath:
/api/event/Nodes
- Get CAPE Nodes for Combo Boxes and Item Selectors
- Method: getPath:
/api/event/Nodes/readForSelect
- Update a CAPE Node
- Method: putPath:
/api/event/Nodes/{id}