Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

I've attached a custom form to the task. How do I get values of custom fields of the form, if I have a task id using API

Avatar

Level 1
 
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Community Advisor

Hi Ken,

You need to use the fields request parameter in your API call. For example:

/attask/api/v13.0/task?id=insertTaskIDHere&fields=DE:customFieldName

Best Regards,

Rich.