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?