UserSignatures
The UserSignatures resource provides methods that allow you manage the intials and signature images for a user.
View Specific Information
In order to make a successful request on this view, you have to specify UserId.
For example:
SELECT * FROM UserSignatures WHERE UserId = '9de4ad10-2704-4af7-ae3e-acf27a4bcf0a'
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.
- UserId supports the '='.
- UserSignatures supports the '='.
For example, the following queries are processed server side:
SELECT * FROM UserSignatures WHERE UserId = '6de49590-65cf-41d4-ac62-399bd97dc1b3' SELECT * FROM UserSignatures WHERE SignatureId = '956359'
Columns
Name | Type | References | Description |
UserId | String |
Users.UserId | The user ID of the user being accessed. |
SignatureId [KEY] | String | Specifies the signature ID associated with the signature name. | |
SignatureImageUri | String | Contains the URI for an endpoint that you can use to retrieve the signature image. | |
InitialsImageUri | String | Contains the URI for an endpoint that you can use to retrieve the initials image. | |
SignatureInitials | String | The initials associated with the signature. | |
UserSignatureName | String | Specifies the user signature name. | |
SignatureType | String | Type of the signature. | |
CreatedDateTime | Datetime | Indicates the date and time the item was created. | |
AdoptedDateTime | Datetime | The date and time the user adopted their signature. | |
IsDefault | Boolean | Specifies if the signature is default or not. |