List all templates.

External Documentation

To learn more, visit the Docusign documentation.

Basic Parameters

ParameterDescription
OrderThe order direction of the results.
Order ByOrder the results by a given attribute.
SearchSearch the results by the name of the templates.

Advanced Parameters

ParameterDescription
Folder TypesFilter by the folder type of the template.
IncludeAdditional template attributes to include.
LimitThe amount of results to return.
OffsetThe offset of the returning results.
Owner TypeFilter by the owner of the template.
User IDFilter by the user ID of the owner of the template.

Example Output

{
	"resultSetSize": "<string>",
	"startPosition": "<string>",
	"endPosition": "<string>",
	"totalSetSize": "<string>",
	"envelopeTemplates": [
		{
			"templateId": "<string>",
			"uri": "<string>",
			"name": "<string>",
			"shared": "<string>",
			"passwordProtected": "<string>",
			"description": "<string>",
			"created": "<string>",
			"lastModified": "<string>",
			"lastUsed": "<string>",
			"owner": {
				"userName": "<string>",
				"userId": "<string>",
				"email": "<string>"
			},
			"pageCount": "<string>",
			"folderId": "<string>",
			"folderName": "<string>",
			"folderIds": [
				"<string>"
			],
			"autoMatch": "<string>",
			"autoMatchSpecifiedByUser": "<string>",
			"emailSubject": "<string>",
			"emailBlurb": "<string>",
			"signingLocation": "<string>",
			"authoritativeCopy": "<string>",
			"enforceSignerVisibility": "<string>",
			"enableWetSign": "<string>",
			"allowMarkup": "<string>",
			"allowReassign": "<string>",
			"disableResponsiveDocument": "<string>",
			"anySigner": null,
			"envelopeLocation": null
		}
	]
}

Workflow Library Example

List Templates with Docusign and Send Results Via Email

Preview this Workflow on desktop