Is there any API function to retrieve Enum/Set Custom Field Values

atif
atif Member Posts: 2
First Comment

Hello everyone

,

I noticed that when we retrieve a deal using the API endpoint /v1/deals/{id}, the returned dictionary includes the custom fields and their values. I can retrieve the keys of custom_fields using /v1/dealFields, but I'm having trouble finding an API function that can provide me with the list of custom field values when the field_type is enum or a set. Can someone help me out?

Thank you

Answers

  • atif
    atif Member Posts: 2
    First Comment

    Ok I got it in the same dealFields as options