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