Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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.