SigningGroups
Returns data from a sample table.
View Specific Information
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.
- SigningGroups supports the '='.
For example, the following queries are processed server side:
SELECT * FROM SigningGroups WHERE SigningGroupId = '9degfd10-2704-4af4-ae3e-ac6r4d4bcf0a'
Columns
| Name | Type | References | Description |
| SigningGroupId [KEY] | String | Id of the signing group. | |
| GroupName | String | The name of the group. The search_text provided in the call automatically performs a wild card search on group_name. | |
| GroupType | String | The group type. | |
| GroupEmail | String | Email of the group. | |
| Created | String | The UTC DateTime when the workspace user authorization was created. | |
| CreatedBy | String | Creator of the group. | |
| Modified | Datetime | The UTC DateTime when the workspace user authorization was modified. | |
| ModifiedBy | String | Modifier of the group. |