IsraelOrtuno / pipedrive

Complete Pipedrive API client for PHP
MIT License
166 stars 58 forks source link

Get the details of a person by id? #114

Closed haexperts2020 closed 2 years ago

haexperts2020 commented 3 years ago

Is this currently possible? I have this but it keeps returning null

$person = Pipedrive::persons(10925)->getData();

IsraelOrtuno commented 2 years ago

Should be Pipedrive::persons()->find(ID)