how to get the documents from the template along with the JSON
Monday, August 23, 2021 at 02:31pmHi,
I want to retrieve a onespan users api key to use the template that user has and if any documents were added to the template then would like to retrieve those documents too.
I am using .net sdk for this scenario.
Sergio Paul
Reply to: how to get the documents from the template along with the JSON
Monday, August 23, 2021 at 04:23pmHi Sergio,
Thanks for your post! First of all, just a kind reminder that "copy templates across accounts" is not really a regular use case, especially not typical when this function needs to be invoked frequently, it could be difficult to achieve the goal using SDK and may require extra tests and code updates whenever a new release came - I have an integration tool "Template & Layout Copy Tool - Java version" where I also had to maintain the code from time to time to accommodate feature changes. If you are interested in implementing the function yourself, I can create some .NET REST code for you reference.
Duo
Reply to: how to get the documents from the template along with the JSON
Tuesday, August 24, 2021 at 10:32amHi Liang,
Let me explain to you our scenario for better understanding. We want to retrieve templates created by our users using the e-sign process in there account and create a package in our account. Is there any way this is possible maybe without complicating anything?
Sergio Paul