How do I filter the GET deals in a pipeline to won deals?
I’ve tried several things… not working.
This is my cURL: …api.pipedrive.com/v1/pipelines/1/deals?start=0&status=won&api_token=…
With this call, I get all deals in that pipeline. I’ve used that status=won filter on other calls and it works.