Access single option value directly

Hello,

I am retreaving pipedrive deals, and then fetching products for each of the deals. I have a custom single option field, wich gives me ID if the value from the list, and I have to make a nother request for the value of the field. Is there a way to get value directly with the deal (to minimise API requests)?

Also is it possible to get the deal with all of the products widthout making requests for each deal?

Thanks

1 Like

Hi @Marko_Marjanovic,

No, Iā€™m afraid it will only ever deliver the ID for the value. The best method is to store these IDs with the values they stand for.