...
accountId
: The account ID whose templates you want to retrieve. The account ID is returned in the login response.count
: Number of records to return in the cache.folder
: The query value can be a folder name or folder ID. The response will only return templates in the specified folder.folderIds:
A comma separated list of folder ID GUIDs.fromDate:
Start of the search date range. Only returns templates created on or after this date/time. If no value is specified, there is no limit on the earliest date created.include:
A comma-separated list of additional template attributes to include in the response. Valid values are: custom_fields, documents, folders, notifications, recipients.order :
Sets the direction order used to sort the list. Valid values are: - asc = ascending sort order (a to z) , desc = descending sort order (z to a).orderBy :
Sets the file attribute used to sort the list. Valid values are: -name: template name -modified: date/time template was last modified. -used: date/time the template was last used.searchText :
The search text used to search the names of templates.- sharedByMe : (Boolean value)If true, the response only includes templates shared by the user. If false, the response only returns template not shared by the user. If not specified, the response is not affected.
startPosition :
The starting index for the first template shown in the response. This must be greater than or equal to 0 (zero).- toDate :End of the search date range. Only returns templates created up to this date/time. If no value is provided, this defaults to the current date.
usedFromDate:
Start of the search date range. Only returns templates used or edited on or after this date/time. If no value is specified, there is no limit on the earliest date used.usedToDate :
End of the search date range. Only returns templates used or edited up to this date/time. If no value is provided, this defaults to the current date.userFilter
: Sets if the templates shown in the response Valid values are:- owned_by_me: only shows templates the user owns, shared_with_me: only shows templates that are shared with the user, all: shows all templates owned or shared with the user.optionalParameters
: Add all or new optional parameters as appended url parameter.Info title Note If you have any new parameter which is introduced by DocuSign API in future you can send those parameters as follows.
"optionalParameters" : count=3&order=desc&order_by=name
...