Hello,
I am sending a POST request which actually GETS data. The request body is raw as below:
{
“query”: {
“value”: “",
“name”: “”,
“identifier”: “”,
“cn”: "”
},
“rows”: “10000”,
“start”: “0”
}
The response is as below,
I want to filter all responses and remove the entire record where cn is null.
Can anybody help how to make that possible? Please note this is a POST request.
{
“cn”: “”,
“identifier”: “AA”,
“legalType”: “AA”,
“name”: “WSSSWWW”,
“parties”: [
{
“partyName”: “XXXXXAAA”,
“partyRoles”: [
“proprietor”
],
“partyType”: “person”,
“score”: 0.0
}
],
“score”: 1,
“status”: “ACTIVE”
},