APIs & Integrations

KGaur
参加者

v3 crm deals , need to get all the properties

Hi 
I am using below payload to get all the properties, but i am getting only 10 properties , in total i am entering 48 properties in payload. 

payload - 

{
"filterGroups":[{
"filters": [
{
"propertyName":"hs_lastmodifieddate",
"operator":"BETWEEN",
"highValue": "1658390400000",
"value":"1656662400000"
}
]
}],
"limit":100,
"properties":["48_properties_here"]
}

can anyone please tell me where i am wrong ? 
using below post request : 
https://api.hubapi.com/crm/v3/objects/deals/search?hapikey={Secret_right!}
0 いいね!
1件の返信
LeeBartelme
HubSpot Employee
HubSpot Employee

v3 crm deals , need to get all the properties

Can you post the actual body of your payload?
Also, did you ensure all of the property names actually match your HS property names?

0 いいね!