I tried applying the filter below to the webservice connector. but I am getting java.lang.NullPointerException
[
{
"op": "add",
"path": "/connectorAttributes/filterString",
"value": "(LastName != \"SPTest\")"
}
]
I tried applying the filter below to the webservice connector. but I am getting java.lang.NullPointerException
[
{
"op": "add",
"path": "/connectorAttributes/filterString",
"value": "(LastName != \"SPTest\")"
}
]
[
{
"op": "add",
"path": "/connectorAttributes/filterString",
"value": "( LastName != \"SPTest\" )"
}
]
Try using this.
Also, in header → check “content-type: application/json-patch+json”
This already tried the same issue.
Any idea how to achieve this?
Hi @pkumar22
Can you please try using V3 endpoint and see if that work as mentioned below
I believe same payload can be used but please double verify the documentation.
If that also does not work, then you can make use of PUT api, that should work. Just add a new attribute under attributes with key “filterString” and value “( LastName != "SPTest" )”.
Please let me know if that helps.
Regards
Vikas.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.