Retrieve custom field value for a specific deal with the v3 API

Looking through the documentation for the v3 API there doesn’t appear to be an endpoint for retrieving the values of custom fields for a specific deal. The dealCustomFieldData endpoint only accepts a deal field ID and yet it returns a field value with a deal ID provided.

How does the endpoint determine which deal custom field value to return? And how can I use the v3 API to get the custom field values for a specific deal?

1 Like

Hey transition,

Biannca here from our CX team, sorry we missed this when it was originally published.

In the spirit of providing insight on this question, you need to run this endpoint /api/3/deals/dealID/dealCustomFieldData from this endpoint to retrieve deal custom fields.

Please don’t hesitate to reply back out if you have any further questions.