Adobe Sign API Create Web Form issue : use exist template

101 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 answers

0
Jacob Gavrilov On BEST ANSWER

I have found the solution.


$.ajax({
...

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