Open ashis0013 opened 2 years ago
@ashis0013 You can use Visualizers to achieve this. More on them here
@ashis0013 I created this basic Visualization a while ago that uses JSONpath to filter down the response data.
Great idea @ashis0013! I had the same idea but concerning authentication functionality with the purpose of enabling Kerberos.
Describe your current workflow
I want to add a custom plugin to filter the response json.JSON
Describe your ideal workflow
The JSON response coming from an API request has lots of fields and data in it. I want to filter some fields out of them, currently, I am copying the JSON response and running a python script to filter out the fields. I want to know if I can add such functionalities as plugins to the postman?
Describe alternatives you've considered
No response
Additional context
No response