Templates
List
POST
List
Users in iinked Sign can create re-usable Templates in the UI that can be used to generate new signing Packages for workflows that are used frequently. You can get a list of the templates and use a template in the creation of a package.
Request
You can retrieve a list of an organization’s member’s current templates by callingtemplates/list.
- Templates
- Auto templates
Request
Body
Some filters are restricted based on the authentication method used or permissions of the organization member.To filter templates for other members, you must use one of the following authentication methods:
- Organization API Key
- User API Key with
Sign EditororTemplate Editorrole enabled - Organization OAuth App
The member ID to retrieve templates for.
The team ID to retrieve templates for.
Filter templates by folder ID.
When
true, retrieves templates for all members in the organization.Filter templates by search terms.
This performs a full text search on template
name, description, message, category, client number, matter number, as well as signer and recipient first name, last name, email, mobile number, and template role.You can use * as a wildcard character to perform suffix matching (e.g., Contract* matches any template whose name contains a word starting with “Contract”).When
true, retrieves members personal templates only.When
true, retrieves organization shared templates only.Filter templates last used within the last X number of days.
Sort results by by one of the following:
Filter templates by collection code.
Filter templates by package type.
Filter templates by template type.
Number of templates to return.
Number of templates to skip.
Response
The response will contain a list of templates that match the provided filter criteria.Array of templates returned.
Total number of templates that match filter criteria.
Number of templates returned per request.
Number of templates skipped.
List