How to get parent note id of Note in Workfront fusion by Custom API module? | Community
Skip to main content
sethuanand2626
Level 3
February 13, 2024
Question

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

  • February 13, 2024
  • 1 reply
  • 586 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Level 4
February 14, 2024

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.

sethuanand2626
Level 3
February 14, 2024

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

Level 4
February 14, 2024

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

Parameters: { "fields": "parentNoteID" }