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 | Community
Skip to main content
October 14, 2021
Question

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

  • October 14, 2021
  • 1 reply
  • 456 views
No text available
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Community Advisor
October 14, 2021

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.