This simple java class shows how to use the eSignLive Java SDK to use PackageService.getTemplates(int, int) to grab all templates from your eSignLive account. It prints the Template name and Id to the console as it loops through each page of templates.
Be sure to replace the YOUR_API_KEY placeholder with your api key and set the api url to your instance of eSignLive.
Rate this Code Share