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

Archived basicApi not work #98

Closed
pqe-develop opened this issue Feb 28, 2022 · 1 comment
Closed

Archived basicApi not work #98

pqe-develop opened this issue Feb 28, 2022 · 1 comment

Comments

@pqe-develop
Copy link

When I try to make a call with archived=true in PHP it return 404 error code:
e.g.
$resultDeal = $this->client->crm()->deals()->basicApi()->getById($this->hubspotId, $this->getProperties(), null, $associations, true, null);
version 5.1.0
I see when call Guzzle class (Query.php in namespace GuzzleHttp\Psr7; transform true in 1 and when it will call api return this error!!!
https://api.hubapi.com/crm/v3/objects/deals/8042865675?archived=1&hapikey=..... does not work!

@ksvirkou-hubspot
Copy link
Collaborator

Hi @pqe-develop
Could you check the latest version please?

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

2 participants