Learning External Lookup, need Team members from particular team.
Hello Community. I have started to think about switching over our current custom Fields we have that list team member (just values). that we have to manually manage everytime a user leaves etc. To using the External Lookup to dynamically display the Team Members. This way, the Manager of the Team can more easily manage the Team and the list, And then in my custom forms the list is always up to date.
However, I can't seem to figure it out. I honestly don't know what I am doing here. I have been able to write a API URL that will pull a top level item like Portfolio names but I can't seem to get more than that. I keep getting errors in my Projects.
Does anyone have an example API URL that they are pulling Team member from a particular Team name?
My current attempt is: $$HOST/attask/api/v18.0/PORT/search?ID={62bc509f0078fa8703af0eda89d16e7d}&fields= teammembers
with the JSON Path being: $.data[*]. teammembers
The Errors I keep getting are similar to:
An error occurred while making a call to the mentioned API endpoint (URL: https://meredith.my.workfront.com/attask/api/v18.0/PORT/search?ID=&fields=+teammembers, Status Code: 422). Please check your parameters and try again.