SharedAccessTemplates
Retrieves the list of information about the shared templates.
The add-in will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the add-in.
- TemplateId supports the '=' and 'IN' operators.
- SearchText supports the '=' operator.
- Shared supports the '=' operator.
For example, the following queries are processed server side:
SELECT * FROM SharedAccessTemplates
Columns
| Name | Type | References | Description |
| TemplateId [KEY] | String | The unique identifier of the template. If this is not provided, Docusign will generate a value. | |
| TemplateName | String | The name of the shared template. | |
| OwnerAccountId | String | Information about the user who owns the template. The account ID associated with the envelope. | |
| OwnerAccountName | String | Information about the user who owns the template. The name on the account. | |
| OwnerActivationAccessCode | String | Information about the user who owns the template. Access code provided to the user to activate the account. | |
| OwnerEmail | String | Information about the user who owns the template. The user's email address. | |
| OwnerIpAddress | String | Information about the user who owns the template. The user's ip address. | |
| OwnerLoginStatus | String | Information about the user who owns the template. When true, indicates that the user is logged in. | |
| OwnerMembershipId | String | Information about the user who owns the template. The user's membership ID. | |
| OwnerUri | String | Information about the user who owns the template. A URI containing the user ID. | |
| OwnerUserId | String | Information about the user who owns the template. The ID of the user to access. | |
| OwnerUserName | String | Information about the user who owns the template. The name of the user. | |
| OwnerUserStatus | String | Information about the user who owns the template. Status of the user's account. One of: ActivationRequired, ActivationSent, Active, Closed, Disabled | |
| OwnerUserType | String | Information about the user who owns the template. The type of user. | |
| Password | String | The user's password. | |
| Shared | String | How the template is shared. One of: not_shared, shared_to. | |
| SharedGroups | String | List of groups that share the template. | |
| SharedUsers | String | List of users that share the template. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| SearchText | String | Filter user names based on the specified string. The wild-card '*' (asterisk) can be used in the string. |