Adobe Sign API Create Web Form issue : use exist template

98 Views Asked by At

How to use the template in Adobe sign API POST /widgets API.

I can't get transientDocumentId of Template.

Please help me with this.

1

There are 1 best solutions below

0
On BEST ANSWER

I have found the solution.


$.ajax({
...

data: JSON.stringify({
    fileInfos: {
      libraryDocumentId: "{libraryDocumentId}" // instead transientDocumentId
    },
    ...
  })
})