Expand my Community achievements bar.

Got questions about Workfront Governance? Join our upcoming Ask Me Anything session on February 12th!

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" }