Are you looking for all unfilled assignments by role? That would be best done in an Assignments report. Exists isn't going to work well with a generic wildcard, but is for ferreting out odd-ball behavior when the standard methods don't work. Melinda Layten Technical Project Manager - API and Integra...
Not having a lot of luck testing delimiters. Have you tried just making a separate request for each portfolio? Melinda Layten Technical Project Manager - API and Integration Workfront
The Adobe CC Workfront connector is available in the Adobe Cloud Connector App. The AEM-Workfront Integration is an Adobe product. Melinda Layten Technical Project Manager - API and Integration Workfront
So the basic syntax is: displayname= listdelimiter= listmethod=nested().lists textmode=true type=iterate valuefield= valueformat=HTML Displayname can be any text that can name the column so Resource Managers Text Mode For the listmethod: First I go the api explorer: "https://developersupport.workfro...
Custom forms (categories) contain custom fields (parameters). Categories and Parameters are what you will find in the API. DE: stands for Data Element and is the shortcut to refer to custom fields on a data object such as User, Project, Task, etc. If you set a custom field via a report in the UI it ...
You should be able to get any custom field on the object with DE:Field Name So on a user object:
{{URL}}/attask/api/v9.0/USER/search? DE:Manager Hierarchy= Sullenberger&DE:Manager Hierarchy_Mod = cicontains &apiKey={{APIKEY}} Melinda Layten Technical Project Manager - API and Integration Workfront