Skip to main content
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 calling templates/list.
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 Editor or Template Editor role enabled
  • Organization OAuth App
To filter templates for teams, the authenticated member must belong to the specified team.
string
The member ID to retrieve templates for.
string
The team ID to retrieve templates for.
string
Filter templates by folder ID.
boolean
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”).
boolean
When true, retrieves members personal templates only.
boolean
When true, retrieves organization shared templates only.
number
Filter templates last used within the last X number of days.
string
default:"created"
Sort results by by one of the following:
string
Filter templates by collection code.
string[]
Filter templates by package type.
string[]
Filter templates by template type.
number
default:50
Number of templates to return.
number
Number of templates to skip.

Response

The response will contain a list of templates that match the provided filter criteria.
object[]
Array of templates returned.
number
Total number of templates that match filter criteria.
number
Number of templates returned per request.
number
Number of templates skipped.