Info_Reports
Query Smartsheet Reports.
Table Specific Information
Select
Retrieve all Reports.
SELECT * FROM Info_Reports
Retrieve Reports located in a specific Workspace.
SELECT * FROM Info_Reports WHERE WorkspaceId = '6773684447799172'
Retrieve Reports located in a specific Folder.
SELECT * FROM Info_Reports WHERE FolderId = '6773684447799172'
Columns
Name | Type | References | Description |
Id [KEY] | String | The unique identifier of the report. | |
Name | String | The name of the report. | |
FolderId | String | The Id of the folder. | |
WorkspaceId | String | Id of workspace where this report is located |