Compare Two Lists (Text List and JSON)
1 min
Compares two lists and returns matched or unmatched values. The input_key instruction will only be evaluated if the "input" list type is a list of JSON Objects.
comparison_rule supported can be "equals" or "not-equals"
API Definition
Compare Two Lists
Call the following API:
POST
https://orca.pathfix.com/functions/list/compare
{
"input": [
"[email protected]",
"[email protected]"
],
"search_input": [{
"user_email": "[email protected]"
}],
"comparison_rule": "not-equals",
"comparison_search_key": "user_email",
"input_key": ""
}