Most Used Workfront Fusion Custom API Calls
Introduction
This article explains some commonly used custom API calls in Workfront Fusion.
Custom API Call To Fetch Group ID by Group name
URL: GROUP/search?name=Marketing?fields=ID
Method GET
This API call helps you find the Group ID when you know the Group Name (e.g., “Marketing”).
Custom API Call To Fetch Team ID by Team name
URL: TEAMOB/search?name=Digital Marketing Team?fields=ID
Method: GET
This API call helps you find the Team ID when you know the Team Name (e.g., “Digital Marketing Team”).
Custom API Call To Find The Role ID by Role name
This API call helps you find the Role ID when you know the Role Name (e.g., “Art Director”).
Comments
Post a Comment