Workfront API call to create record and attach MULTIPLE custom forms simultaneously
Hi Community,
can anyone please advise me if / how I can use the Workfront API to create a record in WF and attach multiple custom forms to that simultaneously, at creation time?
It's straightforward to create a record with 1 CF attached, for example, to create a Program:
POST to the /PRGM end point.
Body: {"name":"Foo", "portfolioID":"<portfolioID>", "categoryID":"<ID of Custom form to attach>"}
Is there a way to attach multiple custom forms?
I assume the API supports that, because the recently added new "Create record" Workfront Module in Fusion allows us to do that.
But I can't figure out how to do it.
Appreciate any help with this.
Thank you,
Tibor