Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
How to get parent note id of Note in Workfront fusion by Custom API module?
Topics help categorize Community content and increase your ability to discover relevant content.
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.
What would need to mention in API for the Parent Note ID?
API Endpoint: https://<yourworkfronturl>/attask/api/v9.0/note/search
Parameters: { "fields": "parentNoteID" }
Views
Likes
Replies