I am using the API PipeDrive official (see https://developers.pipedrive.com/v1). I want to retrieve the count of totals deals of a user, but I didn't find it.
            Asked
            
        
        
            Active
            
        
            Viewed 644 times
        
    1 Answers
3
            
            
        try to add &get_summary=1 to the request
 
    
    
        Sergei
        
- 41
- 1
- 
                    1This should be the accepted answer - can confirm it works in the "additional_data" bit of the response – James Elliott Aug 30 '17 at 09:54