How do I call a rules engine API to validate rules before loading data?

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.

References

https://docs.reltio.com/en/developer-resources/about-developer-resources/developer-resources-at-a-glance/customize-data-tasks-with-lcas/lca-hooks

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.