Missing CUSTOM FIELDS in Teamleader API call Deals.info

Documentation:
https://developer.teamleader.eu/#/reference/deals/deals/deals.info

I need to extract data in my custom fields in teamleader, but when extracted via API call, it only shows one of the custom fields.

These are my custom fields:

This is my data:

This is the API output (with just one custom field “Datum”"

Anybody has a clue what is wrong? I need to extract the “Datum” field.

Hi @Martijn_Koedam,

custom_fields[] is an array, so you only see one value as an example in this window. When you map() the array, you can select with value of which custom field you want to extract.

Cheers,
@Henk-Operative
(Teamleader partner)

1 Like