Rules REST Endpoints

Rule/Rules
Use for managing rules files.
Check Syntax for a Rule
Method: post
Path: /api/rule/Rules/executeCheckSyntax
Compare Rules Files and Revisions
Method: get
Path: /api/rule/Rules/readDiff
Create a Folder
Method: post
Path: /api/rule/Rules/executeCreateFolder
Create a New Branch From an Existing Branch
Method: post
Path: /api/rule/Rules/createBranch
Create a Rule From Upload
Method: post
Path: /api/rule/Rules/createUploadFile
Create a Rules File
Method: post
Path: /api/rule/Rules/read
Delete a Rules File
Method: delete
Path: /api/rule/Rules/{id}
Download a Rules File
Method: post
Path: /api/rule/Rules/executeDownload
Get a rule by ID
Method: get
Path: /api/rule/Rules/{id}
Get Revision History for a Rules File
Method: get
Path: /api/rule/Rules/readRevisionHistory
Get Rules
Method: get
Path: /api/rule/Rules/read
Revert a Rule to an Earlier Version
Method: put
Path: /api/rule/Rules/executeRevert/{id}
Update a Rules File
Method: put
Path: /api/rule/Rules/{id}