Workspaces
The Workspaces resource provides methods that allow you to manage workspaces.
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.
- Workspaces supports the '='.
For example, the following queries are processed server side:
SELECT * FROM Workspaces WHERE WorkspaceId = '9degfd10-2704-4af4-ae3e-ac6r4d4bcf0a'
Columns
Name | Type | References | Description |
WorkspaceId [KEY] | String | The id of the workspace, always populated. | |
WorkspaceName | String | The name of the workspace. | |
WorkspaceUri | String | The relative URI that may be used to access the workspace. | |
WorkspaceBaseUrl | String | The relative URL that may be used to access the workspace. | |
Created | Datetime | The UTC DateTime when the workspace user authorization was created. | |
LastModified | Datetime | Utc date and time the comment was last updated (can only be done by creator.) | |
Status | String | Workspace status. |