Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

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.