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

  • URL
    ROLE/search?name=Art Director?fields=ID
  • Method
    GET
This API call helps you find the Role ID when you know the Role Name (e.g., “Art Director”).

Custom API Call To Find The Company ID by Company name

  • URL
    CMPY/search?name=Agency X?fields=ID
  • Method
    GET
This API call helps you find the Company ID when you know the Company Name (e.g., “Agency X”).


Comments

Popular posts from this blog

REST API Calls with Query Parameters in BizTalk: A Step-by-Step Guide

Error: Number of included segments do not match

Updating BizTalk SSO DB using BTDF and a simple BTDF deployment