APIs & Integrations

Rodrigo_Lima
Participant

How can I get all values properties of deal object? API (V3)

SOLVE

Hello everyone!

 

How Can I use this feature( includeAllProperties = true ) in api V3 ?

 

 
I can get all values properties of deal object.. but when I pass properties in the uri, the api return 404 (long uri).. So, I saw this (includeAllProperties = true ) in another post, but  this doesn't work for me..
 
Anyone have an exemple please?
0 Upvotes
1 Accepted solution
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

How can I get all values properties of deal object? API (V3)

SOLVE

@Rodrigo_Lima 

This will only work on the v1 version.

You will add these params to the URI:includeAllProperties=true and allPropertiesFetchMode=lastest_version 

 

View solution in original post

4 Replies 4
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

How can I get all values properties of deal object? API (V3)

SOLVE

@Rodrigo_Lima 

This will only work on the v1 version.

You will add these params to the URI:includeAllProperties=true and allPropertiesFetchMode=lastest_version 

 

GBersac8
Participant

How can I get all values properties of deal object? API (V3)

SOLVE

this still not implemented in V3? You could at least give an example about how to retrieve specific fields in the documentation: https://developers.hubspot.com/docs/api/crm/crm-custom-objects

0 Upvotes
Rodrigo_Lima
Participant

How can I get all values properties of deal object? API (V3)

SOLVE

Thanks Dennis.

So, if I wanted to use the last version of API, I can not get all properties or exists another way to do this and dont return 404.. ?

0 Upvotes
dennisedson
HubSpot Product Team
HubSpot Product Team

How can I get all values properties of deal object? API (V3)

SOLVE

Not with the current version.   If there is not an idea submitted for this, you definitely should submit it!

There are client libraries that I believe you can leverage to get all

0 Upvotes