I use pipedrive-python-lib (https://github.com/GearPlug/pipedrive-python) to connect with Pipeline API.
Question: I want to get only deals based on filter.
Problem: When I get deals data I don't see any info about filters. And when I get specify filter by:
pipeline_filter = client.filters.get_filter('15') # get filter with id
I have only details about this filter.