What are these ID called and where do i find them?

“29340ba4a25c78da02280b47923809f383ff9d5f”: “9,11,14,15”,

“2d003683953b995cd0ab8630b583ec52d52988b2”: “27,28,29”,

“7b03be1bc0202b44ae479ecb8711fb71c96255a3”: “42,45,46”,

“7197f98ae475b64cc24bd5fb9b8d6bda6aa94874”: “56,60,62”,

I know the field name by looking up the Key. I know the numbers… 9, 11, 14, 15 are ids from the drop down list we created for that field.

Where do i find names associated with those id’s?

From the looks of it, they seem to be custom fields. Depending on the entity, you can find more about them through these endpoints.

https://developers.pipedrive.com/docs/api/v1/DealFields
https://developers.pipedrive.com/docs/api/v1/OrganizationFields
https://developers.pipedrive.com/docs/api/v1/ProductFields
https://developers.pipedrive.com/docs/api/v1/PersonFields
https://developers.pipedrive.com/docs/api/v1/NoteFields

Let me know if it helps ? :slight_smile: