I’m trying to filter this GET, by deals won.
I have a filter that’s called “All Won Customers”.
The condition is: Deal, status, =, Won.
I looked it up, that filers id is: 2.
"id": 2,
"name": "All Won Customers",
"active_flag": true,
"type": "deals",
This is my URL from Postman. https://api.pipedrive.com/v1/organizations/2261/deals?filter=2&api_token=336…
I still get lost deals in this return.
Why???