Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Person details #25

Open
JaKnapik opened this issue Sep 29, 2021 · 0 comments
Open

Person details #25

JaKnapik opened this issue Sep 29, 2021 · 0 comments

Comments

@JaKnapik
Copy link

Hi. I'm getting a weird issue. When calling for a function to get details of a person I'm getting the result of all persons.
If I'm not mistaken, the following function:

persontofind = pipedrive.persons({'id': crmpersonid}, method="GET")

should return all info about the person whose id was given as an argument. However, I'm getting the same result as if I was using this:

persontofind = pipedrive.persons(method="GET")
It retrieves all data about all persons.

Am I doing something wrong or is that a bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant