# List Templates

> `UiPath.DocuSign.Activities.ListTemplates`

`UiPath.DocuSign.Activities.ListTemplates`

The **List Templates** activity uses the DocuSign [eSignature](https://developers.docusign.com/docs/esign-rest-api/reference/) API to get a list of templates.

There are a number of optional filters you can use with this activity as well to restrict the list of items that are returned.

## How it works

The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.

1. Complete the [Setup](https://docs.uipath.com/activities/other/latest/legacy-integrations/docusign-setup) steps.
2. Add the [DocuSign Scope](https://docs.uipath.com/activities/other/latest/legacy-integrations/docusign-scope) activity to your project.
3. Add the **List Templates** activity inside the **DocuSign Scope** activity.
4. Enter values for the properties located inside the body of the activity.
5. Create and enter a `ResponseStatus` variable for the Output property.

## In the Body of the Activity

* **Account Id** - The account id to create an envelope in. This field supports only `Strings` or `String` variables. This is either an account number (int) or account ID (GUID).
* **Additional Filters** - The additional filters you want to specify. Enter a `Dictionary<string,string>` variable. See [listStatusChanges](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/liststatuschanges/) for the list that you can set.
* **Envelope Template results** - The envelope template result object. This field supports only `EnvelopeTemplateResults` variables.
* **Envelope Templates** - The envelope templates retrieved. This field supports only `EnvelopeTemplate[]` variables.
* **Folders** - The folders retrieved. This field supports only `Folder[]` variables.

## Properties

### Common

* **DisplayName** - The display name of the activity. This field supports only `Strings` or `String` variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **ResponseStatus** - The status of the request (success/failure information). This field supports only `ResponseStatus` variables.
