110
Views
11
Comments
Solved
How to Filter REST API Response ?
Question
Application Type
Reactive

Hello Team,


Anybody knows how can we filter the response received from REST API? How o use Filter and Advance filter properties i mean how can we pass values to these properties or is there any other way.


Regards.

2025-04-30 07-30-15
Sanjay Bankar
Solution

I Have resolved problem of filtering of API response by converting it to List and the filtered it using listfilter action in Outsystems.


Thanks and Regards

Sanjay Bankar

2023-04-18 10-31-31
Anshul Jain

Hi,

Have you tried using the ListFilter action provided by Outsystems?

Thanks,

Anshul

2025-04-30 07-30-15
Sanjay Bankar

Hi @Anshul Jain 

Yes i tried it but i want to filter response using Filter and Advance Filter properties.


Regards.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi "Tech Buddies",

First, please consider changing your screen name, it's very impersonal this way...

As for your question, what "Filter" and "Advance Filter" properties are you talking about? Can you share a screen shot of those properties and where they live?

2025-04-30 07-30-15
Sanjay Bankar

Hi Yes

Sure Will Change my Screen name soon.

An the question is about when i am getting response from a Connector Created to fetching  data from third party database and want to filter that data. There we may see the Filter and Advanced filter option to filter response.

Sorry i could not take screenshot of the same for now.


Regards.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

You are talking about a "connector" for a "third party database", but in your original post you are talking about a REST API response. I can't match those two things. So what is it?

2025-04-30 07-30-15
Sanjay Bankar

Hello @Kilian Hekhuis 

The question is related to connector only .Can you please help me?

Regards.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Are we talking about an Extension from Integration Studio? Is that the "connector" you are talking about?

2025-04-30 07-30-15
Sanjay Bankar

We are talking connector generated from Integration Builder.


Regards

2023-01-19 15-05-03
Sirajeddine Bouasker

Why don't you add optional parameters in the request, to filter the response accordingly ?

2025-04-30 07-30-15
Sanjay Bankar

Ok let me check.

2025-04-30 07-30-15
Sanjay Bankar
Solution

I Have resolved problem of filtering of API response by converting it to List and the filtered it using listfilter action in Outsystems.


Thanks and Regards

Sanjay Bankar

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.