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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
What would need to mention in API for the Parent Note ID?
Views
Replies
Total Likes
API Endpoint: https://<yourworkfronturl>/attask/api/v9.0/note/search
Parameters: { "fields": "parentNoteID" }
Views
Replies
Total Likes