The token obtained from the Authorization service must be included in the Authorization request header when calling all integration services.
Rule Execution APIs
These APIs are used by applications to execute rules.
They enable invoking rules, sending parameters, and receiving results.
Executes all rules belonging to a category.
executeWithCategory
post
baseDatestring · dateRequired categoryCodestringRequired includeSubCategoriesbooleanOptional Body
Executes a single rule
execute
post
baseDatestring · dateRequired Body
Executes multiple rules
executeWithPaths
post
baseDatestring · dateRequired Body
The Options services provide the list of parameters used in the rule.
Returns the parameters of the rules under the category
optionsPathExpression
get
baseDatestring · dateRequired categoryCodestringRequired includeSubCategoriesbooleanOptional Returns the parameters of a single rule
options
get
baseDatestring · dateRequired Returns the parameters of multiple rules
optionsForPaths
get
baseDatestring · dateRequired Last updated