API Get Missing fields from Details section of Deal

Hello everyone,
I’m trying to get a few fields in the details section of a deal that the users enter. I pull all the fields of a deal and there are 5 or 6 fields that are missing. Am I missing something?

I know this code works since I setup another company’s APIs using the same method and was able to find all the fields previously.

Code:
var response = await client.GetAsync($“https://{Company}.pipedrive.com/api/v1/deals/?api_token={API_Token}&start={count}&limit=500”);

Hi @Tyler_M
Welcome to the community :wave:
Thanks for bringing this to our attention! If possible, can you share the list of fields that are missing?

Let me check for any related changes from my end.

Hello Hem,
Thank you for the quick response! Let me know if you need anything else from me. Pineapplestaffing is the company name.

The fields are:
Number of BVAs
Industry
BVA Utilization
Source
Hours

Hey @Tyler_M
From the description, it seems like the fields you mentioned are custom fields? Could you kindly confirm?

Hey Hem,

Thank you so much for your help! They are custom fields but I didn’t realize they come up as different when they are combo box/ drop down fields. I was able to figure it out via get all deal fields.

1 Like