> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Templates

List all templates.

<Note>
  External Documentation

  To learn more, visit the [Docusign documentation](https://developers.docusign.com/docs/esign-rest-api/reference/templates/templates/list/).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                      |
  | --------- | ------------------------------------------------ |
  | Order     | The order direction of the results.              |
  | Order By  | Order the results by a given attribute.          |
  | Search    | Search the results by the name of the templates. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter    | Description                                         |
  | ------------ | --------------------------------------------------- |
  | Folder Types | Filter by the folder type of the template.          |
  | Include      | Additional template attributes to include.          |
  | Limit        | The amount of results to return.                    |
  | Offset       | The offset of the returning results.                |
  | Owner Type   | Filter by the owner of the template.                |
  | User ID      | Filter by the user ID of the owner of the template. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/list-templates-with-docusign-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-templates-with-docusign-and-send-results-via-email/canvas" />
</div>
