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

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

  • February 13, 2024
  • 1 resposta
  • 586 Visualizações

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

Este tópico foi fechado para respostas.

1 Resposta

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