Hey all,
Does anyone knows why the deals API response contains many fewer attributes than the ones returns by the webhook or the ones existed in the UI? I am using the crm/v3/objects/deals endpoint. In the 1st db screenshot are the fields from the webhook returned and in the 2nd screenshot the fields returned from the API. Any ideas?
The same happens to other endpoints crm/v3/objects/line_items , crm/v3/objects/companies
Thanks
Hi, @ASpyropoulos One of your screenshots isn’t loading for me, but I’m pretty sure I understand.
The CRM endpoints only return a small subset of default properties by default. As you noted, this is different from what a webhook payload contains.
You’ll need to specify the additional properties you want returned by your API requests either as request params or in the request body, depending on the specific endpoint.
I hope this helps get you moving forward! — Jaycee