Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

How to get parent note id of Note in Workfront fusion by Custom API module?

Avatar

Level 3

How to get parent note id of Note in Workfront fusion by Custom API module?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Level 4

Hi @sethuanand2626 

 

Usually, to get the Parent Note ID in Workfront Fusion using a Custom API module, you need to make an API call which requests these details from Workfront.

Avatar

Level 3

What would need to mention in API for the Parent Note ID?

Avatar

Level 4

API Endpoint: https://<yourworkfronturl>/attask/api/v9.0/note/search

Parameters: { "fields": "parentNoteID" }