Reputation: 360
I am trying to use the docusign api. Where can I get the templateid? I created a template on the demo site but I can't find the templateid. Can I make an api call to get it?
Upvotes: 0
Views: 1644
Reputation: 9356
Yes you can make an API call to retrieve a list of the templates in your account, see the Get List of Templates call. Besides that, the other two quick ways of getting the template ID of a given template are:
For #1, the URL will be in the form: https://appdemo.docusign.com/templates/details/a5d247e4-03e8-4318-b1f6-27bb3c0b0f27
. Here a5d247e4-03e8-4318-b1f6-27bb3c0b0f27
is the template ID.
Upvotes: 4