Problem
How do I call a rules engine API to validate rules before loading data?
Solution
REST API-based integration with a rules engine can be used to achieve this,
POST {lifecycleServiceURL}/api/{tenantId}{ActionName}/{HookName}
In the REST API, we only have the option to call LCA hooks like After Save or Before Save, not rules.
Comments
Please sign in to leave a comment.