dipsthorat
4 years agoOccasional Contributor
How to filter out some data while calling api
Hi
I have one API (1st API)where negative values are coming while calling API , but for further comparison of 1 st API with 2 nd API I dont want negative values while comparing.So how could we filter-out negative data in 1st API while calling itself.
(1st API) Example
[{
"id": -1,
"extendedUicCode": "8400706",
},
{
"id": -1,
"extendedUicCode": "8604704"
},
{
"id": 3
"extendedUicCode": "8015345",
},
{
"id": 2,
"extendedUicCode": "8015343"
}]