Info_Groups
Query Smartsheet Groups.
Table Specific Information
Select
Retrieve all Groups.
SELECT * FROM Info_Groups
Retrieve details for a Group.
SELECT * FROM Info_Groups WHERE Id = '2035256120371076'
Columns
Name | Type | References | Description |
Id [KEY] | String | The unique identifier of the group. | |
Name | String | The name of the group. | |
Description | String | The description of the group. | |
Owner | String | The email address of the group. | |
OwnerId | String | The user Id of the owner of the group. | |
CreatedAt | Datetime | Time of creation. | |
ModifiedAt | Datetime | Time of the last modification. |