Info_Workspaces
Query Smartsheet Workspaces.
Table Specific Information
Select
Retrieve all Workspaces.
SELECT * FROM Info_Workspaces
Retrieve all details for a specific Workspace.
SELECT * FROM Info_Workspaces WHERE Id = '2928085806875091'
Columns
Name | Type | References | Description |
Id [KEY] | String | The unique identifier of the workspace. | |
Name | String | The name of the workspace. | |
Favorite | Boolean | Whether the user has marked the workspace as a Favorite. | |
AccessLevel | String | The access permissions the user has to the Workspace. | |
Permalink | String | URL that represents a direct link to the workspace in Smartsheet. |