API call: Get all custom fields (parameters) assigned to a section (parameter group) within a custom form (category)
Hello,
I need help writing an API call to get all custom fields, which are assigned to a section within a custom form.
I do know how to get the section ID
https://<domainname>.my.workfront.com/attask/api/v15.0/pgrp/<sectionId>
But I want to get all fields (parameters) within this section. To get all fields within a form I use
https://<domainname>.my.workfront.com/attask/api/v15.0/ctgy/<customFormId>?fields=categoryParameters:parameter
Thanks in advance.
Regards
Lars