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 all templates.
Basic Parameters
| 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. |
Advanced Parameters
| 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. |
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