Will there be any update to allow for pulling just one custom field vs pulling all custom fields?

I know via the API you can filter on certain criteria with params like custom_fields.[field_id].is_set but the ability to also be able to do something like ?opt_fields=custom_field.[field_id].text_value or the like would be ideal as sometimes you dont need the full list of custom fields in a response.

1 Like

Hi,

I don’t see the point of doing this via the request, why not filter the result you get directly? The way the API works as you’ve seen is that you ask for certain fields to be given, the structure of the result you get always matches the class schemas. I feel like you would expect the result to contain the text_value in place of the custom field object itself, which would not respect the schema…