TDV Adapter for Smartsheet

Build 22.0.8462

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

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462