External DocumentationTo learn more, visit the Docusign documentation.
Actions
List Templates
List all templates.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| 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. |
{
"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
}
]
}
Was this page helpful?