Get specific custom field for all tasks in project

I’m trying to do an API call to get all the tasks in a particular project.

I have the call to get all of the tasks just fine. Now I’m just wondering if it’s possible to pull the values of a particular custom field for the tasks in that project.

I know I can use the custom_fields optional parameter, but I’m getting all the custom fields in the response, when I want just a single custom field, specified by an ID.

Thanks in advance!

Hi @Sam_Weedon,

No, not possible to get just one custom field, you have to get them all.

1 Like

Okay, thanks @Phil_Seeman